Html Css Color HEX #B6BCC3 Heather

📋 copy color: '#B6BCC3'

red 182 ◦ green 188 ◦ blue 195

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

Shades of Heather #B6BCC3

Tints of Heather #B6BCC3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.27%

 BLUE value IS 195 (76.56% from 255) = 34.51%

R = 32.21%
G = 33.27%
B = 34.51%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B6BCC3 (or 0xB6BCC3) is known color: Heather. HEX triplet: B6, BC and C3. RGB value is (182,188,195). Sum of RGB (Red+Green+Blue) = 182+188+195=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCC3 is #49433C. Grayscale: #BABABA. Windows color (decimal): -4801341 or 12827830. OLE color: 12827830.

HSL color Cylindrical-coordinate representation of color #B6BCC3: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6BCC3 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 188 195 -
CMYK 0.07 0.04 0 0.24
HSL 212.31º 0.1% 0.74% -
HSV(B) 212.31º 0.07% 0.76% -
XYZ 47.12 49.85 58.77 -
YUV 187 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 182 188 195 0.07 0.04 0 0.24 212.31 0.1 0.74
Hex B6 BC C3 7 4 0 18 D4 A 4A
Octal 266 274 303 7 4 0 30 324 12 112
Binary 10110110 10111100 11000011 111 100 0 11000 11010100 1010 1001010

Color Harmonies of #B6BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCC3

Black with #B6BCC3

Text Example


Text Example

White with #B6BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCC3; }

 p { color: rgb(182,188,195); }

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

background-color css

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

 a { background-color: rgb(182,188,195); }

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

border-color css

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

 span { border-color: rgb(182,188,195); }

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