Html Css Color HEX #B9DCBB Surf

📋 copy color: '#B9DCBB'

red 185 ◦ green 220 ◦ blue 187

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

Shades of Surf #B9DCBB

Tints of Surf #B9DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.59%

R = 31.25%
G = 37.16%
B = 31.59%

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

#B9DCBB (or 0xB9DCBB) is known color: Surf. HEX triplet: B9, DC and BB. RGB value is (185,220,187). Sum of RGB (Red+Green+Blue) = 185+220+187=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBB is #462344. Grayscale: #CDCDCD. Windows color (decimal): -4596549 or 12311737. OLE color: 12311737.

HSL color Cylindrical-coordinate representation of color #B9DCBB: hue angle of 123.43º 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 #B9DCBB is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 187 -
CMYK 0.16 0 0.15 0.14
HSL 123.43º 0.33% 0.79% -
HSV(B) 123.43º 0.16% 0.86% -
XYZ 54.57 65.09 56.7 -
YUV 205.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 185 220 187 0.16 0 0.15 0.14 123.43 0.33 0.79
Hex B9 DC BB 10 0 F E 7B 21 4F
Octal 271 334 273 20 0 17 16 173 41 117
Binary 10111001 11011100 10111011 10000 0 1111 1110 1111011 100001 1001111

Color Harmonies of #B9DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCBB

Black with #B9DCBB

Text Example


Text Example

White with #B9DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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