#BBCFB1

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

Shades of Surf Crest #BBCFB1

Tints of Surf Crest #BBCFB1

Color information

#BBCFB1 (or 0xBBCFB1) is unknown color: approx Surf Crest. HEX triplet: BB, CF and B1. RGB value is (187,207,177). Sum of RGB (Red+Green+Blue) = 187+207+177=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFB1 is #44304E. Grayscale: #C5C5C5. Windows color (decimal): -4468815 or 11653051. OLE color: 11653051.

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

Color convert

RGB187207177-
CMYK0.1000.140.19
HSL100º23.81%75.29%-
HSV(B)100º14.49%81.18%-
XYZ50.7458.3650.19-
YUV197.6116.37120.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=32.75%
G=36.25%
B=31.00%

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
Decimal1872071770.1000.140.1910023.8175.29
HexBBCFB1A0E1364184b
Octal273317261120162314430113
Binary101110111100111110110001101001110100111100100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFB1; }

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

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

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

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

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

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

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

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