Html Css Color HEX #B5C5CE Heather

📋 copy color: '#B5C5CE'

red 181 ◦ green 197 ◦ blue 206

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

Shades of Heather #B5C5CE

Tints of Heather #B5C5CE

RGB

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

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

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

R = 30.99%
G = 33.73%
B = 35.27%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5C5CE (or 0xB5C5CE) is known color: Heather. HEX triplet: B5, C5 and CE. RGB value is (181,197,206). Sum of RGB (Red+Green+Blue) = 181+197+206=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5C5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5CE is #4A3A31. Grayscale: #C1C1C1. Windows color (decimal): -4864562 or 13551029. OLE color: 13551029.

HSL color Cylindrical-coordinate representation of color #B5C5CE: hue angle of 201.6º 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 #B5C5CE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 197 206 -
CMYK 0.12 0.04 0 0.19
HSL 201.6º 0.2% 0.76% -
HSV(B) 201.6º 0.12% 0.81% -
XYZ 50.16 54.21 66.21 -
YUV 193.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 181 197 206 0.12 0.04 0 0.19 201.6 0.2 0.76
Hex B5 C5 CE C 4 0 13 CA 14 4C
Octal 265 305 316 14 4 0 23 312 24 114
Binary 10110101 11000101 11001110 1100 100 0 10011 11001010 10100 1001100

Color Harmonies of #B5C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C5CE

Black with #B5C5CE

Text Example


Text Example

White with #B5C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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