Html Css Color HEX #B6D2BA Surf

📋 copy color: '#B6D2BA'

red 182 ◦ green 210 ◦ blue 186

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

Shades of Surf #B6D2BA

Tints of Surf #B6D2BA

RGB

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

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

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

R = 31.49%
G = 36.33%
B = 32.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B6D2BA (or 0xB6D2BA) is known color: Surf. HEX triplet: B6, D2 and BA. RGB value is (182,210,186). Sum of RGB (Red+Green+Blue) = 182+210+186=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2BA is #492D45. Grayscale: #C6C6C6. Windows color (decimal): -4795718 or 12243638. OLE color: 12243638.

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

Color convert

RGB 182 210 186 -
CMYK 0.13 0 0.11 0.18
HSL 128.57º 0.24% 0.77% -
HSV(B) 128.57º 0.13% 0.82% -
XYZ 51.2 59.58 55.26 -
YUV 198.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 182 210 186 0.13 0 0.11 0.18 128.57 0.24 0.77
Hex B6 D2 BA D 0 B 12 81 18 4D
Octal 266 322 272 15 0 13 22 201 30 115
Binary 10110110 11010010 10111010 1101 0 1011 10010 10000001 11000 1001101

Color Harmonies of #B6D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D2BA

Black with #B6D2BA

Text Example


Text Example

White with #B6D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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