Html Css Color HEX #B6D1BA Surf

📋 copy color: '#B6D1BA'

red 182 ◦ green 209 ◦ blue 186

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

Shades of Surf #B6D1BA

Tints of Surf #B6D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.22%

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

R = 31.54%
G = 36.22%
B = 32.24%

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

#B6D1BA (or 0xB6D1BA) is known color: Surf. HEX triplet: B6, D1 and BA. RGB value is (182,209,186). Sum of RGB (Red+Green+Blue) = 182+209+186=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1BA is #492E45. Grayscale: #C6C6C6. Windows color (decimal): -4795974 or 12243382. OLE color: 12243382.

HSL color Cylindrical-coordinate representation of color #B6D1BA: hue angle of 128.89º degrees, saturation: 0.23, 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 #B6D1BA is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 209 186 -
CMYK 0.13 0 0.11 0.18
HSL 128.89º 0.23% 0.77% -
HSV(B) 128.89º 0.13% 0.82% -
XYZ 50.95 59.09 55.17 -
YUV 198.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 182 209 186 0.13 0 0.11 0.18 128.89 0.23 0.77
Hex B6 D1 BA D 0 B 12 81 17 4D
Octal 266 321 272 15 0 13 22 201 27 115
Binary 10110110 11010001 10111010 1101 0 1011 10010 10000001 10111 1001101

Color Harmonies of #B6D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D1BA

Black with #B6D1BA

Text Example


Text Example

White with #B6D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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