Html Css Color HEX #B6C8D0 Heather

📋 copy color: '#B6C8D0'

red 182 ◦ green 200 ◦ blue 208

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

Shades of Heather #B6C8D0

Tints of Heather #B6C8D0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

 BLUE value IS 208 (81.64% from 255) = 35.25%

R = 30.85%
G = 33.9%
B = 35.25%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B6C8D0 (or 0xB6C8D0) is known color: Heather. HEX triplet: B6, C8 and D0. RGB value is (182,200,208). Sum of RGB (Red+Green+Blue) = 182+200+208=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6C8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8D0 is #49372F. Grayscale: #C3C3C3. Windows color (decimal): -4798256 or 13682870. OLE color: 13682870.

HSL color Cylindrical-coordinate representation of color #B6C8D0: hue angle of 198.46º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6C8D0 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 200 208 -
CMYK 0.12 0.04 0 0.18
HSL 198.46º 0.22% 0.76% -
HSV(B) 198.46º 0.13% 0.82% -
XYZ 51.33 55.81 67.74 -
YUV 195.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 182 200 208 0.12 0.04 0 0.18 198.46 0.22 0.76
Hex B6 C8 D0 C 4 0 12 C6 16 4C
Octal 266 310 320 14 4 0 22 306 26 114
Binary 10110110 11001000 11010000 1100 100 0 10010 11000110 10110 1001100

Color Harmonies of #B6C8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8D0

Black with #B6C8D0

Text Example


Text Example

White with #B6C8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8D0; }

 p { color: rgb(182,200,208); }

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

background-color css

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

 a { background-color: rgb(182,200,208); }

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

border-color css

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

 span { border-color: rgb(182,200,208); }

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