Html Css Color HEX #B6CCB9 Surf

📋 copy color: '#B6CCB9'

red 182 ◦ green 204 ◦ blue 185

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

Shades of Surf #B6CCB9

Tints of Surf #B6CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 31.87%
G = 35.73%
B = 32.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#B6CCB9 (or 0xB6CCB9) is known color: Surf. HEX triplet: B6, CC and B9. RGB value is (182,204,185). Sum of RGB (Red+Green+Blue) = 182+204+185=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCB9 is #493346. Grayscale: #C3C3C3. Windows color (decimal): -4797255 or 12176566. OLE color: 12176566.

HSL color Cylindrical-coordinate representation of color #B6CCB9: hue angle of 128.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CCB9 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 185 -
CMYK 0.11 0 0.09 0.2
HSL 128.18º 0.18% 0.76% -
HSV(B) 128.18º 0.11% 0.8% -
XYZ 49.64 56.63 54.21 -
YUV 195.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 182 204 185 0.11 0 0.09 0.2 128.18 0.18 0.76
Hex B6 CC B9 B 0 9 14 80 12 4C
Octal 266 314 271 13 0 11 24 200 22 114
Binary 10110110 11001100 10111001 1011 0 1001 10100 10000000 10010 1001100

Color Harmonies of #B6CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CCB9

Black with #B6CCB9

Text Example


Text Example

White with #B6CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CCB9; }

 p { color: rgb(182,204,185); }

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

background-color css

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

 a { background-color: rgb(182,204,185); }

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

border-color css

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

 span { border-color: rgb(182,204,185); }

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