Html Css Color HEX #B6D6BA Surf

📋 copy color: '#B6D6BA'

red 182 ◦ green 214 ◦ blue 186

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

Shades of Surf #B6D6BA

Tints of Surf #B6D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.77%

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

R = 31.27%
G = 36.77%
B = 31.96%

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

#B6D6BA (or 0xB6D6BA) is known color: Surf. HEX triplet: B6, D6 and BA. RGB value is (182,214,186). Sum of RGB (Red+Green+Blue) = 182+214+186=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6BA is #492945. Grayscale: #C9C9C9. Windows color (decimal): -4794694 or 12244662. OLE color: 12244662.

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

Color convert

RGB 182 214 186 -
CMYK 0.15 0 0.13 0.16
HSL 127.5º 0.28% 0.78% -
HSV(B) 127.5º 0.15% 0.84% -
XYZ 52.2 61.58 55.59 -
YUV 201.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 182 214 186 0.15 0 0.13 0.16 127.5 0.28 0.78
Hex B6 D6 BA F 0 D 10 80 1C 4E
Octal 266 326 272 17 0 15 20 200 34 116
Binary 10110110 11010110 10111010 1111 0 1101 10000 10000000 11100 1001110

Color Harmonies of #B6D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D6BA

Black with #B6D6BA

Text Example


Text Example

White with #B6D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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