#B0C1FD

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

Shades of Perano #B0C1FD

Tints of Perano #B0C1FD

Color information

#B0C1FD (or 0xB0C1FD) is unknown color: approx Perano. HEX triplet: B0, C1 and FD. RGB value is (176,193,253). Sum of RGB (Red+Green+Blue) = 176+193+253=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0C1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C1FD is #4F3E02. Grayscale: #C2C2C2. Windows color (decimal): -5193219 or 16630192. OLE color: 16630192.

HSL color Cylindrical-coordinate representation of color #B0C1FD: hue angle of 226.75º 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 #B0C1FD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176193253-
CMYK0.300.2400.01
HSL226.75º95.06%84.12%-
HSV(B)226.75º30.43%99.22%-
XYZ54.754.46100.56-
YUV194.76160.87114.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=28.30%
G=31.03%
B=40.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761932530.300.2400.01226.7595.0684.12
HexB0C1FD1E1801e35f54
Octal260301375363001343137124
Binary1011000011000001111111011111011000011110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1FD; }

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

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

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

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

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

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

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

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