Html Css Color HEX #B4C8CE Heather

📋 copy color: '#B4C8CE'

red 180 ◦ green 200 ◦ blue 206

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

Shades of Heather #B4C8CE

Tints of Heather #B4C8CE

RGB

 RED value IS 180 (70.7% from 255) = 30.72%

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

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 30.72%
G = 34.13%
B = 35.15%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4C8CE (or 0xB4C8CE) is known color: Heather. HEX triplet: B4, C8 and CE. RGB value is (180,200,206). Sum of RGB (Red+Green+Blue) = 180+200+206=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8CE is #4B3731. Grayscale: #C2C2C2. Windows color (decimal): -4929330 or 13551796. OLE color: 13551796.

HSL color Cylindrical-coordinate representation of color #B4C8CE: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C8CE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 200 206 -
CMYK 0.13 0.03 0 0.19
HSL 193.85º 0.21% 0.76% -
HSV(B) 193.85º 0.13% 0.81% -
XYZ 50.62 55.47 66.43 -
YUV 194.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 180 200 206 0.13 0.03 0 0.19 193.85 0.21 0.76
Hex B4 C8 CE D 3 0 13 C2 15 4C
Octal 264 310 316 15 3 0 23 302 25 114
Binary 10110100 11001000 11001110 1101 11 0 10011 11000010 10101 1001100

Color Harmonies of #B4C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C8CE

Black with #B4C8CE

Text Example


Text Example

White with #B4C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C8CE; }

 p { color: rgb(180,200,206); }

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

background-color css

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

 a { background-color: rgb(180,200,206); }

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

border-color css

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

 span { border-color: rgb(180,200,206); }

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