#BBCCBF

Color #BBCCBF Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #BBCCBF

Tints of Surf #BBCCBF

Color information

#BBCCBF (or 0xBBCCBF) is unknown color: approx Surf. HEX triplet: BB, CC and BF. RGB value is (187,204,191). Sum of RGB (Red+Green+Blue) = 187+204+191=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBF is #443340. Grayscale: #C5C5C5. Windows color (decimal): -4469569 or 12569787. OLE color: 12569787.

HSL color Cylindrical-coordinate representation of color #BBCCBF: hue angle of 134.12º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCBF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB187204191-
CMYK0.0800.060.2
HSL134.12º14.29%76.67%-
HSV(B)134.12º8.33%80%-
XYZ51.4957.5157.68-
YUV197.44124.37120.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 191 (75% from 255) = 32.82%
R=32.13%
G=35.05%
B=32.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041910.0800.060.2134.1214.2976.67
HexBBCCBF8061486e4d
Octal27331427710062420616115
Binary10111011110011001011111110000110101001000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCBF; }

 p { color: rgb(187,204,191); }

 H1.HeaderClassName
 {
   color: #BBCCBF;
 }
 .AnyTagClassName
 {
   color: #BBCCBF;
 }
</style>
background-color css

<style>
 a { background-color: #BBCCBF; }

 a { background-color: rgb(187,204,191); }

 div.DivClassName
 {
   background-color: #BBCCBF;
 }
 .BgClassName
 {
   background-color: #BBCCBF;
 }
</style>
border-color css

<style>
 span { border-color: #BBCCBF; }

 span { border-color: rgb(187,204,191); }

 td.TdClassName
 {
   border-color: #BBCCBF;
 }
 .TagClassName
 {
   border-color: #BBCCBF;
 }
</style>