Html Css Color HEX #B5C7CC Heather

📋 copy color: '#B5C7CC'

red 181 ◦ green 199 ◦ blue 204

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

Shades of Heather #B5C7CC

Tints of Heather #B5C7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.08%

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 30.99%
G = 34.08%
B = 34.93%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B5C7CC (or 0xB5C7CC) is known color: Heather. HEX triplet: B5, C7 and CC. RGB value is (181,199,204). Sum of RGB (Red+Green+Blue) = 181+199+204=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7CC is #4A3833. Grayscale: #C2C2C2. Windows color (decimal): -4864052 or 13420469. OLE color: 13420469.

HSL color Cylindrical-coordinate representation of color #B5C7CC: hue angle of 193.04º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C7CC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 199 204 -
CMYK 0.11 0.02 0 0.2
HSL 193.04º 0.18% 0.75% -
HSV(B) 193.04º 0.11% 0.8% -
XYZ 50.38 55.03 65.09 -
YUV 194.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 181 199 204 0.11 0.02 0 0.2 193.04 0.18 0.75
Hex B5 C7 CC B 2 0 14 C1 12 4B
Octal 265 307 314 13 2 0 24 301 22 113
Binary 10110101 11000111 11001100 1011 10 0 10100 11000001 10010 1001011

Color Harmonies of #B5C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C7CC

Black with #B5C7CC

Text Example


Text Example

White with #B5C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C7CC; }

 p { color: rgb(181,199,204); }

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

background-color css

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

 a { background-color: rgb(181,199,204); }

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

border-color css

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

 span { border-color: rgb(181,199,204); }

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