#BBCCB3

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

Shades of Surf Crest #BBCCB3

Tints of Surf Crest #BBCCB3

Color information

#BBCCB3 (or 0xBBCCB3) is unknown color: approx Surf Crest. HEX triplet: BB, CC and B3. RGB value is (187,204,179). Sum of RGB (Red+Green+Blue) = 187+204+179=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCB3 is #44334C. Grayscale: #C4C4C4. Windows color (decimal): -4469581 or 11783355. OLE color: 11783355.

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

Color convert

RGB187204179-
CMYK0.0800.120.2
HSL100.8º19.69%75.1%-
HSV(B)100.8º12.25%80%-
XYZ50.2257.0151-
YUV196.07118.37121.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=32.81%
G=35.79%
B=31.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041790.0800.120.2100.819.6975.1
HexBBCCB380C1465144b
Octal273314263100142414524113
Binary101110111100110010110011100001100101001100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCB3; }

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

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

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

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

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

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

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

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