Html Css Color HEX #B9DCBA Surf

📋 copy color: '#B9DCBA'

red 185 ◦ green 220 ◦ blue 186

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

Shades of Surf #B9DCBA

Tints of Surf #B9DCBA

RGB

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

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

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

R = 31.3%
G = 37.23%
B = 31.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B9DCBA (or 0xB9DCBA) is known color: Surf. HEX triplet: B9, DC and BA. RGB value is (185,220,186). Sum of RGB (Red+Green+Blue) = 185+220+186=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBA is #462345. Grayscale: #CDCDCD. Windows color (decimal): -4596550 or 12246201. OLE color: 12246201.

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

Color convert

RGB 185 220 186 -
CMYK 0.16 0 0.15 0.14
HSL 121.71º 0.33% 0.79% -
HSV(B) 121.71º 0.16% 0.86% -
XYZ 54.46 65.05 56.14 -
YUV 205.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 185 220 186 0.16 0 0.15 0.14 121.71 0.33 0.79
Hex B9 DC BA 10 0 F E 7A 21 4F
Octal 271 334 272 20 0 17 16 172 41 117
Binary 10111001 11011100 10111010 10000 0 1111 1110 1111010 100001 1001111

Color Harmonies of #B9DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCBA

Black with #B9DCBA

Text Example


Text Example

White with #B9DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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