Html Css Color HEX #B9DCB7 Surf

📋 copy color: '#B9DCB7'

red 185 ◦ green 220 ◦ blue 183

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

Shades of Surf #B9DCB7

Tints of Surf #B9DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

 BLUE value IS 183 (71.88% from 255) = 31.12%

R = 31.46%
G = 37.41%
B = 31.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#B9DCB7 (or 0xB9DCB7) is known color: Surf. HEX triplet: B9, DC and B7. RGB value is (185,220,183). Sum of RGB (Red+Green+Blue) = 185+220+183=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCB7 is #462348. Grayscale: #CDCDCD. Windows color (decimal): -4596553 or 12049593. OLE color: 12049593.

HSL color Cylindrical-coordinate representation of color #B9DCB7: hue angle of 116.76º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DCB7 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 183 -
CMYK 0.16 0 0.17 0.14
HSL 116.76º 0.35% 0.79% -
HSV(B) 116.76º 0.17% 0.86% -
XYZ 54.15 64.92 54.48 -
YUV 205.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 185 220 183 0.16 0 0.17 0.14 116.76 0.35 0.79
Hex B9 DC B7 10 0 11 E 75 23 4F
Octal 271 334 267 20 0 21 16 165 43 117
Binary 10111001 11011100 10110111 10000 0 10001 1110 1110101 100011 1001111

Color Harmonies of #B9DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCB7

Black with #B9DCB7

Text Example


Text Example

White with #B9DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCB7; }

 p { color: rgb(185,220,183); }

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

background-color css

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

 a { background-color: rgb(185,220,183); }

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

border-color css

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

 span { border-color: rgb(185,220,183); }

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