#BBCFB0

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

Shades of Surf Crest #BBCFB0

Tints of Surf Crest #BBCFB0

Color information

#BBCFB0 (or 0xBBCFB0) is unknown color: approx Surf Crest. HEX triplet: BB, CF and B0. RGB value is (187,207,176). Sum of RGB (Red+Green+Blue) = 187+207+176=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFB0 is #44304F. Grayscale: #C5C5C5. Windows color (decimal): -4468816 or 11587515. OLE color: 11587515.

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

Color convert

RGB187207176-
CMYK0.1000.150.19
HSL98.71º24.41%75.1%-
HSV(B)98.71º14.98%81.18%-
XYZ50.6458.3349.66-
YUV197.49115.87120.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=32.81%
G=36.32%
B=30.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071760.1000.150.1998.7124.4175.1
HexBBCFB0A0F1363184b
Octal273317260120172314330113
Binary101110111100111110110000101001111100111100011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFB0; }

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

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

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

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

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

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

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

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