Html Css Color HEX #B5C8CE Heather

📋 copy color: '#B5C8CE'

red 181 ◦ green 200 ◦ blue 206

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

Shades of Heather #B5C8CE

Tints of Heather #B5C8CE

RGB

 RED value IS 181 (71.09% from 255) = 30.83%

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

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

R = 30.83%
G = 34.07%
B = 35.09%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5C8CE (or 0xB5C8CE) is known color: Heather. HEX triplet: B5, C8 and CE. RGB value is (181,200,206). Sum of RGB (Red+Green+Blue) = 181+200+206=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8CE is #4A3731. Grayscale: #C2C2C2. Windows color (decimal): -4863794 or 13551797. OLE color: 13551797.

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

Color convert

RGB 181 200 206 -
CMYK 0.12 0.03 0 0.19
HSL 194.4º 0.2% 0.76% -
HSV(B) 194.4º 0.12% 0.81% -
XYZ 50.85 55.59 66.44 -
YUV 195 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 181 200 206 0.12 0.03 0 0.19 194.4 0.2 0.76
Hex B5 C8 CE C 3 0 13 C2 14 4C
Octal 265 310 316 14 3 0 23 302 24 114
Binary 10110101 11001000 11001110 1100 11 0 10011 11000010 10100 1001100

Color Harmonies of #B5C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C8CE

Black with #B5C8CE

Text Example


Text Example

White with #B5C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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