Html Css Color HEX #B6D8BA Surf

📋 copy color: '#B6D8BA'

red 182 ◦ green 216 ◦ blue 186

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

Shades of Surf #B6D8BA

Tints of Surf #B6D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.99%

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

R = 31.16%
G = 36.99%
B = 31.85%

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

#B6D8BA (or 0xB6D8BA) is known color: Surf. HEX triplet: B6, D8 and BA. RGB value is (182,216,186). Sum of RGB (Red+Green+Blue) = 182+216+186=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8BA is #492745. Grayscale: #CACACA. Windows color (decimal): -4794182 or 12245174. OLE color: 12245174.

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

Color convert

RGB 182 216 186 -
CMYK 0.16 0 0.14 0.15
HSL 127.06º 0.3% 0.78% -
HSV(B) 127.06º 0.16% 0.85% -
XYZ 52.71 62.6 55.76 -
YUV 202.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 182 216 186 0.16 0 0.14 0.15 127.06 0.3 0.78
Hex B6 D8 BA 10 0 E F 7F 1E 4E
Octal 266 330 272 20 0 16 17 177 36 116
Binary 10110110 11011000 10111010 10000 0 1110 1111 1111111 11110 1001110

Color Harmonies of #B6D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D8BA

Black with #B6D8BA

Text Example


Text Example

White with #B6D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D8BA; }

 p { color: rgb(182,216,186); }

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

background-color css

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

 a { background-color: rgb(182,216,186); }

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

border-color css

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

 span { border-color: rgb(182,216,186); }

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