Html Css Color HEX #B0C4CA Heather

📋 copy color: '#B0C4CA'

red 176 ◦ green 196 ◦ blue 202

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

Shades of Heather #B0C4CA

Tints of Heather #B0C4CA

RGB

 RED value IS 176 (69.14% from 255) = 30.66%

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

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

R = 30.66%
G = 34.15%
B = 35.19%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0C4CA (or 0xB0C4CA) is known color: Heather. HEX triplet: B0, C4 and CA. RGB value is (176,196,202). Sum of RGB (Red+Green+Blue) = 176+196+202=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C4CA is #4F3B35. Grayscale: #BEBEBE. Windows color (decimal): -5192502 or 13288624. OLE color: 13288624.

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

Color convert

RGB 176 196 202 -
CMYK 0.13 0.03 0 0.21
HSL 193.85º 0.2% 0.74% -
HSV(B) 193.85º 0.13% 0.79% -
XYZ 48.31 52.97 63.56 -
YUV 190.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 176 196 202 0.13 0.03 0 0.21 193.85 0.2 0.74
Hex B0 C4 CA D 3 0 15 C2 14 4A
Octal 260 304 312 15 3 0 25 302 24 112
Binary 10110000 11000100 11001010 1101 11 0 10101 11000010 10100 1001010

Color Harmonies of #B0C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C4CA

Black with #B0C4CA

Text Example


Text Example

White with #B0C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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