Html Css Color HEX #B6D7BA Surf

📋 copy color: '#B6D7BA'

red 182 ◦ green 215 ◦ blue 186

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

Shades of Surf #B6D7BA

Tints of Surf #B6D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

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

R = 31.22%
G = 36.88%
B = 31.9%

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

#B6D7BA (or 0xB6D7BA) is known color: Surf. HEX triplet: B6, D7 and BA. RGB value is (182,215,186). Sum of RGB (Red+Green+Blue) = 182+215+186=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7BA is #492845. Grayscale: #C9C9C9. Windows color (decimal): -4794438 or 12244918. OLE color: 12244918.

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

Color convert

RGB 182 215 186 -
CMYK 0.15 0 0.13 0.16
HSL 127.27º 0.29% 0.78% -
HSV(B) 127.27º 0.15% 0.84% -
XYZ 52.45 62.09 55.67 -
YUV 201.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 182 215 186 0.15 0 0.13 0.16 127.27 0.29 0.78
Hex B6 D7 BA F 0 D 10 7F 1D 4E
Octal 266 327 272 17 0 15 20 177 35 116
Binary 10110110 11010111 10111010 1111 0 1101 10000 1111111 11101 1001110

Color Harmonies of #B6D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D7BA

Black with #B6D7BA

Text Example


Text Example

White with #B6D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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