Html Css Color HEX #B6D6B7 Surf

📋 copy color: '#B6D6B7'

red 182 ◦ green 214 ◦ blue 183

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

Shades of Surf #B6D6B7

Tints of Surf #B6D6B7

RGB

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

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

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

R = 31.43%
G = 36.96%
B = 31.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#B6D6B7 (or 0xB6D6B7) is known color: Surf. HEX triplet: B6, D6 and B7. RGB value is (182,214,183). Sum of RGB (Red+Green+Blue) = 182+214+183=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6B7 is #492948. Grayscale: #C8C8C8. Windows color (decimal): -4794697 or 12048054. OLE color: 12048054.

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

Color convert

RGB 182 214 183 -
CMYK 0.15 0 0.14 0.16
HSL 121.88º 0.28% 0.78% -
HSV(B) 121.88º 0.15% 0.84% -
XYZ 51.89 61.46 53.93 -
YUV 200.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 182 214 183 0.15 0 0.14 0.16 121.88 0.28 0.78
Hex B6 D6 B7 F 0 E 10 7A 1C 4E
Octal 266 326 267 17 0 16 20 172 34 116
Binary 10110110 11010110 10110111 1111 0 1110 10000 1111010 11100 1001110

Color Harmonies of #B6D6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D6B7

Black with #B6D6B7

Text Example


Text Example

White with #B6D6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D6B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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