Html Css Color HEX #B9CEBD Surf

📋 copy color: '#B9CEBD'

red 185 ◦ green 206 ◦ blue 189

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

Shades of Surf #B9CEBD

Tints of Surf #B9CEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 31.9%
G = 35.52%
B = 32.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#B9CEBD (or 0xB9CEBD) is known color: Surf. HEX triplet: B9, CE and BD. RGB value is (185,206,189). Sum of RGB (Red+Green+Blue) = 185+206+189=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBD is #463142. Grayscale: #C5C5C5. Windows color (decimal): -4600131 or 12439225. OLE color: 12439225.

HSL color Cylindrical-coordinate representation of color #B9CEBD: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CEBD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 189 -
CMYK 0.10 0 0.08 0.19
HSL 131.43º 0.18% 0.77% -
HSV(B) 131.43º 0.1% 0.81% -
XYZ 51.26 58.13 56.66 -
YUV 197.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 185 206 189 0.10 0 0.08 0.19 131.43 0.18 0.77
Hex B9 CE BD A 0 8 13 83 12 4D
Octal 271 316 275 12 0 10 23 203 22 115
Binary 10111001 11001110 10111101 1010 0 1000 10011 10000011 10010 1001101

Color Harmonies of #B9CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEBD

Black with #B9CEBD

Text Example


Text Example

White with #B9CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEBD; }

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

 H1.HeaderClassName
 {
   color: #B9CEBD;
 }
 .AnyTagClassName
 {
   color: #B9CEBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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