Html Css Color HEX #B6D5BA Surf

📋 copy color: '#B6D5BA'

red 182 ◦ green 213 ◦ blue 186

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

Shades of Surf #B6D5BA

Tints of Surf #B6D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 31.33%
G = 36.66%
B = 32.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B6D5BA (or 0xB6D5BA) is known color: Surf. HEX triplet: B6, D5 and BA. RGB value is (182,213,186). Sum of RGB (Red+Green+Blue) = 182+213+186=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5BA is #492A45. Grayscale: #C8C8C8. Windows color (decimal): -4794950 or 12244406. OLE color: 12244406.

HSL color Cylindrical-coordinate representation of color #B6D5BA: hue angle of 127.74º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D5BA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 213 186 -
CMYK 0.15 0 0.13 0.16
HSL 127.74º 0.27% 0.77% -
HSV(B) 127.74º 0.15% 0.84% -
XYZ 51.95 61.08 55.51 -
YUV 200.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 182 213 186 0.15 0 0.13 0.16 127.74 0.27 0.77
Hex B6 D5 BA F 0 D 10 80 1B 4D
Octal 266 325 272 17 0 15 20 200 33 115
Binary 10110110 11010101 10111010 1111 0 1101 10000 10000000 11011 1001101

Color Harmonies of #B6D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D5BA

Black with #B6D5BA

Text Example


Text Example

White with #B6D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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