#B0BECA

Color #B0BECA Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B0BECA

Tints of Heather #B0BECA

Color information

#B0BECA (or 0xB0BECA) is unknown color: approx Heather. HEX triplet: B0, BE and CA. RGB value is (176,190,202). Sum of RGB (Red+Green+Blue) = 176+190+202=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BECA is #4F4135. Grayscale: #BBBBBB. Windows color (decimal): -5194038 or 13287088. OLE color: 13287088.

HSL color Cylindrical-coordinate representation of color #B0BECA: hue angle of 207.69º 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 #B0BECA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176190202-
CMYK0.130.0600.21
HSL207.69º19.7%74.12%-
HSV(B)207.69º12.87%79.22%-
XYZ46.9850.3263.11-
YUV187.18136.36120.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=30.99%
G=33.45%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761902020.130.0600.21207.6919.774.12
HexB0BECAD6015d0144a
Octal26027631215602532024112
Binary101100001011111011001010110111001010111010000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BECA; }

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

 H1.HeaderClassName
 {
   color: #B0BECA;
 }
 .AnyTagClassName
 {
   color: #B0BECA;
 }
</style>
background-color css

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

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

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

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

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

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