#B9CEAF

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

Shades of Surf Crest #B9CEAF

Tints of Surf Crest #B9CEAF

Color information

#B9CEAF (or 0xB9CEAF) is unknown color: approx Surf Crest. HEX triplet: B9, CE and AF. RGB value is (185,206,175). Sum of RGB (Red+Green+Blue) = 185+206+175=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CEAF is #463150. Grayscale: #C4C4C4. Windows color (decimal): -4600145 or 11521721. OLE color: 11521721.

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

Color convert

RGB185206175-
CMYK0.1000.150.19
HSL100.65º24.03%74.71%-
HSV(B)100.65º15.05%80.78%-
XYZ49.8257.5549.04-
YUV196.19116.04120.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=32.69%
G=36.40%
B=30.92%

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
Decimal1852061750.1000.150.19100.6524.0374.71
HexB9CEAFA0F1365184b
Octal271316257120172314530113
Binary101110011100111010101111101001111100111100101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEAF; }

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

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

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

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

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

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

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

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