#B0C0FE

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

Shades of Perano #B0C0FE

Tints of Perano #B0C0FE

Color information

#B0C0FE (or 0xB0C0FE) is unknown color: approx Perano. HEX triplet: B0, C0 and FE. RGB value is (176,192,254). Sum of RGB (Red+Green+Blue) = 176+192+254=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0FE is #4F3F01. Grayscale: #C2C2C2. Windows color (decimal): -5193474 or 16695472. OLE color: 16695472.

HSL color Cylindrical-coordinate representation of color #B0C0FE: hue angle of 227.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C0FE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176192254-
CMYK0.310.2400.00
HSL227.69º97.5%84.31%-
HSV(B)227.69º30.71%99.61%-
XYZ54.6454.09101.33-
YUV194.28161.7114.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=28.30%
G=30.87%
B=40.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761922540.310.2400.00227.6997.584.31
HexB0C0FE1F1800e46254
Octal260300376373000344142124
Binary1011000011000000111111101111111000001110010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0FE; }

 p { color: rgb(176,192,254); }

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

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

 a { background-color: rgb(176,192,254); }

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

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

 span { border-color: rgb(176,192,254); }

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