Html Css Color HEX #B9CEAF Surf Crest

📋 copy color: '#B9CEAF'

red 185 ◦ green 206 ◦ blue 175

#B9CEAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #B9CEAF

Tints of Surf Crest #B9CEAF

RGB

 RED value IS 185 (72.66% from 255) = 32.69%

 GREEN value IS 206 (80.86% from 255) = 36.4%

 BLUE value IS 175 (68.75% from 255) = 30.92%

R = 32.69%
G = 36.4%
B = 30.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#B9CEAF (or 0xB9CEAF) is known color: 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

RGB 185 206 175 -
CMYK 0.10 0 0.15 0.19
HSL 100.65º 0.24% 0.75% -
HSV(B) 100.65º 0.15% 0.81% -
XYZ 49.82 57.55 49.04 -
YUV 196.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 185 206 175 0.10 0 0.15 0.19 100.65 0.24 0.75
Hex B9 CE AF A 0 F 13 65 18 4B
Octal 271 316 257 12 0 17 23 145 30 113
Binary 10111001 11001110 10101111 1010 0 1111 10011 1100101 11000 1001011

Color Harmonies of #B9CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEAF

Black with #B9CEAF

Text Example


Text Example

White with #B9CEAF

Text Example


Text Example

HTML Codes & Css Web 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>