#B0C4FF

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

Shades of Perano #B0C4FF

Tints of Perano #B0C4FF

Color information

#B0C4FF (or 0xB0C4FF) is unknown color: approx Perano. HEX triplet: B0, C4 and FF. RGB value is (176,196,255). Sum of RGB (Red+Green+Blue) = 176+196+255=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C4FF is #4F3B00. Grayscale: #C4C4C4. Windows color (decimal): -5192449 or 16762032. OLE color: 16762032.

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

Color convert

RGB176196255-
CMYK0.310.2300
HSL224.81º100%84.51%-
HSV(B)224.81º30.98%100%-
XYZ55.6955.93102.47-
YUV196.75160.87113.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.07%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 255 (100% from 255) = 40.67%
R=28.07%
G=31.26%
B=40.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761962550.310.2300224.8110084.51
HexB0C4FF1F1700e16455
Octal260304377372700341144125
Binary1011000011000100111111111111110111001110000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C4FF; }

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

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

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

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

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

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

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

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