Html Css Color HEX #B6D8B7 Surf

📋 copy color: '#B6D8B7'

red 182 ◦ green 216 ◦ blue 183

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

Shades of Surf #B6D8B7

Tints of Surf #B6D8B7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.18%

 BLUE value IS 183 (71.88% from 255) = 31.5%

R = 31.33%
G = 37.18%
B = 31.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#B6D8B7 (or 0xB6D8B7) is known color: Surf. HEX triplet: B6, D8 and B7. RGB value is (182,216,183). Sum of RGB (Red+Green+Blue) = 182+216+183=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8B7 is #492748. Grayscale: #CACACA. Windows color (decimal): -4794185 or 12048566. OLE color: 12048566.

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

Color convert

RGB 182 216 183 -
CMYK 0.16 0 0.15 0.15
HSL 121.76º 0.3% 0.78% -
HSV(B) 121.76º 0.16% 0.85% -
XYZ 52.39 62.48 54.1 -
YUV 202.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 182 216 183 0.16 0 0.15 0.15 121.76 0.3 0.78
Hex B6 D8 B7 10 0 F F 7A 1E 4E
Octal 266 330 267 20 0 17 17 172 36 116
Binary 10110110 11011000 10110111 10000 0 1111 1111 1111010 11110 1001110

Color Harmonies of #B6D8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D8B7

Black with #B6D8B7

Text Example


Text Example

White with #B6D8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D8B7; }

 p { color: rgb(182,216,183); }

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

background-color css

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

 a { background-color: rgb(182,216,183); }

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

border-color css

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

 span { border-color: rgb(182,216,183); }

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