#B0C4FD

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

Shades of Perano #B0C4FD

Tints of Perano #B0C4FD

Color information

#B0C4FD (or 0xB0C4FD) is unknown color: approx Perano. HEX triplet: B0, C4 and FD. RGB value is (176,196,253). Sum of RGB (Red+Green+Blue) = 176+196+253=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0C4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C4FD is #4F3B02. Grayscale: #C4C4C4. Windows color (decimal): -5192451 or 16630960. OLE color: 16630960.

HSL color Cylindrical-coordinate representation of color #B0C4FD: hue angle of 224.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C4FD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176196253-
CMYK0.300.2300.01
HSL224.42º95.06%84.12%-
HSV(B)224.42º30.43%99.22%-
XYZ55.3755.8100.78-
YUV196.52159.87113.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.16%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=28.16%
G=31.36%
B=40.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761962530.300.2300.01224.4295.0684.12
HexB0C4FD1E1701e05f54
Octal260304375362701340137124
Binary1011000011000100111111011111010111011110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C4FD; }

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

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

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

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

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

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

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

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