Html Css Color HEX #B9D0B9 Surf

📋 copy color: '#B9D0B9'

red 185 ◦ green 208 ◦ blue 185

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

Shades of Surf #B9D0B9

Tints of Surf #B9D0B9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

 BLUE value IS 185 (72.66% from 255) = 32.01%

R = 32.01%
G = 35.99%
B = 32.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B9D0B9 (or 0xB9D0B9) is known color: Surf. HEX triplet: B9, D0 and B9. RGB value is (185,208,185). Sum of RGB (Red+Green+Blue) = 185+208+185=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0B9 is #462F46. Grayscale: #C6C6C6. Windows color (decimal): -4599623 or 12177593. OLE color: 12177593.

HSL color Cylindrical-coordinate representation of color #B9D0B9: hue angle of 120º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D0B9 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 208 185 -
CMYK 0.11 0 0.11 0.18
HSL 120º 0.2% 0.77% -
HSV(B) 120º 0.11% 0.82% -
XYZ 51.32 58.93 54.57 -
YUV 198.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 185 208 185 0.11 0 0.11 0.18 120 0.2 0.77
Hex B9 D0 B9 B 0 B 12 78 14 4D
Octal 271 320 271 13 0 13 22 170 24 115
Binary 10111001 11010000 10111001 1011 0 1011 10010 1111000 10100 1001101

Color Harmonies of #B9D0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0B9

Black with #B9D0B9

Text Example


Text Example

White with #B9D0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D0B9; }

 p { color: rgb(185,208,185); }

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

background-color css

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

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

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

border-color css

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

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

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