Html Css Color HEX #B6C5C9 Heather

📋 copy color: '#B6C5C9'

red 182 ◦ green 197 ◦ blue 201

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

Shades of Heather #B6C5C9

Tints of Heather #B6C5C9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.97%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 31.38%
G = 33.97%
B = 34.66%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B6C5C9 (or 0xB6C5C9) is known color: Heather. HEX triplet: B6, C5 and C9. RGB value is (182,197,201). Sum of RGB (Red+Green+Blue) = 182+197+201=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6C5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5C9 is #493A36. Grayscale: #C0C0C0. Windows color (decimal): -4799031 or 13223350. OLE color: 13223350.

HSL color Cylindrical-coordinate representation of color #B6C5C9: hue angle of 192.63º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C5C9 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 197 201 -
CMYK 0.09 0.02 0 0.21
HSL 192.63º 0.15% 0.75% -
HSV(B) 192.63º 0.09% 0.79% -
XYZ 49.8 54.09 63.07 -
YUV 192.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 182 197 201 0.09 0.02 0 0.21 192.63 0.15 0.75
Hex B6 C5 C9 9 2 0 15 C1 F 4B
Octal 266 305 311 11 2 0 25 301 17 113
Binary 10110110 11000101 11001001 1001 10 0 10101 11000001 1111 1001011

Color Harmonies of #B6C5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C5C9

Black with #B6C5C9

Text Example


Text Example

White with #B6C5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C5C9; }

 p { color: rgb(182,197,201); }

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

background-color css

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

 a { background-color: rgb(182,197,201); }

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

border-color css

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

 span { border-color: rgb(182,197,201); }

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