#BFCABB

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

Shades of Surf Crest #BFCABB

Tints of Surf Crest #BFCABB

Color information

#BFCABB (or 0xBFCABB) is unknown color: approx Surf Crest. HEX triplet: BF, CA and BB. RGB value is (191,202,187). Sum of RGB (Red+Green+Blue) = 191+202+187=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABB is #403544. Grayscale: #C5C5C5. Windows color (decimal): -4207941 or 12307135. OLE color: 12307135.

HSL color Cylindrical-coordinate representation of color #BFCABB: hue angle of 104º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCABB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB191202187-
CMYK0.0500.070.21
HSL104º12.4%76.27%-
HSV(B)104º7.43%79.22%-
XYZ51.5856.9155.28-
YUV197122.36123.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=32.93%
G=34.83%
B=32.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021870.0500.070.2110412.476.27
HexBFCABB5071568c4c
Octal2773122735072515014114
Binary101111111100101010111011101011110101110100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCABB; }

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

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

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

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

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

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

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

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