Html Css Color HEX #B9D2BA Surf

📋 copy color: '#B9D2BA'

red 185 ◦ green 210 ◦ blue 186

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

Shades of Surf #B9D2BA

Tints of Surf #B9D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 31.84%
G = 36.14%
B = 32.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B9D2BA (or 0xB9D2BA) is known color: Surf. HEX triplet: B9, D2 and BA. RGB value is (185,210,186). Sum of RGB (Red+Green+Blue) = 185+210+186=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2BA is #462D45. Grayscale: #C7C7C7. Windows color (decimal): -4599110 or 12243641. OLE color: 12243641.

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

Color convert

RGB 185 210 186 -
CMYK 0.12 0 0.11 0.18
HSL 122.4º 0.22% 0.77% -
HSV(B) 122.4º 0.12% 0.82% -
XYZ 51.92 59.95 55.29 -
YUV 199.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 185 210 186 0.12 0 0.11 0.18 122.4 0.22 0.77
Hex B9 D2 BA C 0 B 12 7A 16 4D
Octal 271 322 272 14 0 13 22 172 26 115
Binary 10111001 11010010 10111010 1100 0 1011 10010 1111010 10110 1001101

Color Harmonies of #B9D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2BA

Black with #B9D2BA

Text Example


Text Example

White with #B9D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2BA; }

 p { color: rgb(185,210,186); }

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

background-color css

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

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

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

border-color css

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

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

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