Html Css Color HEX #B9D7BD Surf

📋 copy color: '#B9D7BD'

red 185 ◦ green 215 ◦ blue 189

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

Shades of Surf #B9D7BD

Tints of Surf #B9D7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.5%

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

R = 31.41%
G = 36.5%
B = 32.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#B9D7BD (or 0xB9D7BD) is known color: Surf. HEX triplet: B9, D7 and BD. RGB value is (185,215,189). Sum of RGB (Red+Green+Blue) = 185+215+189=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7BD is #462842. Grayscale: #CBCBCB. Windows color (decimal): -4597827 or 12441529. OLE color: 12441529.

HSL color Cylindrical-coordinate representation of color #B9D7BD: hue angle of 128º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D7BD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 215 189 -
CMYK 0.14 0 0.12 0.16
HSL 128º 0.27% 0.78% -
HSV(B) 128º 0.14% 0.84% -
XYZ 53.49 62.59 57.41 -
YUV 203.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 185 215 189 0.14 0 0.12 0.16 128 0.27 0.78
Hex B9 D7 BD E 0 C 10 80 1B 4E
Octal 271 327 275 16 0 14 20 200 33 116
Binary 10111001 11010111 10111101 1110 0 1100 10000 10000000 11011 1001110

Color Harmonies of #B9D7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D7BD

Black with #B9D7BD

Text Example


Text Example

White with #B9D7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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