#B9CFAF

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

Shades of Surf Crest #B9CFAF

Tints of Surf Crest #B9CFAF

Color information

#B9CFAF (or 0xB9CFAF) is unknown color: approx Surf Crest. HEX triplet: B9, CF and AF. RGB value is (185,207,175). Sum of RGB (Red+Green+Blue) = 185+207+175=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFAF is #463050. Grayscale: #C4C4C4. Windows color (decimal): -4599889 or 11521977. OLE color: 11521977.

HSL color Cylindrical-coordinate representation of color #B9CFAF: hue angle of 101.25º degrees, saturation: 0.25, 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 #B9CFAF is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB185207175-
CMYK0.1100.150.19
HSL101.25º25%74.9%-
HSV(B)101.25º15.46%81.18%-
XYZ50.0658.0449.12-
YUV196.77115.71119.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=32.63%
G=36.51%
B=30.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071750.1100.150.19101.252574.9
HexB9CFAFB0F1365194b
Octal271317257130172314531113
Binary101110011100111110101111101101111100111100101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFAF; }

 p { color: rgb(185,207,175); }

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

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

 a { background-color: rgb(185,207,175); }

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

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

 span { border-color: rgb(185,207,175); }

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