Html Css Color HEX #B5C4CA Heather

📋 copy color: '#B5C4CA'

red 181 ◦ green 196 ◦ blue 202

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

Shades of Heather #B5C4CA

Tints of Heather #B5C4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.85%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 31.26%
G = 33.85%
B = 34.89%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B5C4CA (or 0xB5C4CA) is known color: Heather. HEX triplet: B5, C4 and CA. RGB value is (181,196,202). Sum of RGB (Red+Green+Blue) = 181+196+202=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4CA is #4A3B35. Grayscale: #C0C0C0. Windows color (decimal): -4864822 or 13288629. OLE color: 13288629.

HSL color Cylindrical-coordinate representation of color #B5C4CA: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C4CA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 196 202 -
CMYK 0.10 0.03 0 0.21
HSL 197.14º 0.17% 0.75% -
HSV(B) 197.14º 0.1% 0.79% -
XYZ 49.46 53.57 63.61 -
YUV 192.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 181 196 202 0.10 0.03 0 0.21 197.14 0.17 0.75
Hex B5 C4 CA A 3 0 15 C5 11 4B
Octal 265 304 312 12 3 0 25 305 21 113
Binary 10110101 11000100 11001010 1010 11 0 10101 11000101 10001 1001011

Color Harmonies of #B5C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C4CA

Black with #B5C4CA

Text Example


Text Example

White with #B5C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C4CA; }

 p { color: rgb(181,196,202); }

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

background-color css

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

 a { background-color: rgb(181,196,202); }

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

border-color css

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

 span { border-color: rgb(181,196,202); }

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