#BBCFB3

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

Shades of Surf Crest #BBCFB3

Tints of Surf Crest #BBCFB3

Color information

#BBCFB3 (or 0xBBCFB3) is unknown color: approx Surf Crest. HEX triplet: BB, CF and B3. RGB value is (187,207,179). Sum of RGB (Red+Green+Blue) = 187+207+179=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFB3 is #44304C. Grayscale: #C5C5C5. Windows color (decimal): -4468813 or 11784123. OLE color: 11784123.

HSL color Cylindrical-coordinate representation of color #BBCFB3: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCFB3 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB187207179-
CMYK0.1000.140.19
HSL102.86º22.58%75.69%-
HSV(B)102.86º13.53%81.18%-
XYZ50.9458.4551.24-
YUV197.83117.37120.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=32.64%
G=36.13%
B=31.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071790.1000.140.19102.8622.5875.69
HexBBCFB3A0E1367174c
Octal273317263120162314727114
Binary101110111100111110110011101001110100111100111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFB3; }

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

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

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

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

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

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

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

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