Html Css Color HEX #B6D9BB Surf

📋 copy color: '#B6D9BB'

red 182 ◦ green 217 ◦ blue 187

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

Shades of Surf #B6D9BB

Tints of Surf #B6D9BB

RGB

 RED value IS 182 (71.48% from 255) = 31.06%

 GREEN value IS 217 (85.16% from 255) = 37.03%

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

R = 31.06%
G = 37.03%
B = 31.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B6D9BB (or 0xB6D9BB) is known color: Surf. HEX triplet: B6, D9 and BB. RGB value is (182,217,187). Sum of RGB (Red+Green+Blue) = 182+217+187=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9BB is #492644. Grayscale: #CBCBCB. Windows color (decimal): -4793925 or 12310966. OLE color: 12310966.

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

Color convert

RGB 182 217 187 -
CMYK 0.16 0 0.14 0.15
HSL 128.57º 0.32% 0.78% -
HSV(B) 128.57º 0.16% 0.85% -
XYZ 53.07 63.16 56.41 -
YUV 203.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 182 217 187 0.16 0 0.14 0.15 128.57 0.32 0.78
Hex B6 D9 BB 10 0 E F 81 20 4E
Octal 266 331 273 20 0 16 17 201 40 116
Binary 10110110 11011001 10111011 10000 0 1110 1111 10000001 100000 1001110

Color Harmonies of #B6D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D9BB

Black with #B6D9BB

Text Example


Text Example

White with #B6D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D9BB; }

 p { color: rgb(182,217,187); }

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

background-color css

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

 a { background-color: rgb(182,217,187); }

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

border-color css

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

 span { border-color: rgb(182,217,187); }

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