#B5C4FE

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

Shades of Perano #B5C4FE

Tints of Perano #B5C4FE

Color information

#B5C4FE (or 0xB5C4FE) is unknown color: approx Perano. HEX triplet: B5, C4 and FE. RGB value is (181,196,254). Sum of RGB (Red+Green+Blue) = 181+196+254=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C4FE is #4A3B01. Grayscale: #C5C5C5. Windows color (decimal): -4864770 or 16696501. OLE color: 16696501.

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

Color convert

RGB181196254-
CMYK0.290.2300.00
HSL227.67º97.33%85.29%-
HSV(B)227.67º28.74%99.61%-
XYZ56.6956.46101.68-
YUV198.13159.53115.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.68%
GREEN value IS 196 (76.95% from 255) = 31.06%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=28.68%
G=31.06%
B=40.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811962540.290.2300.00227.6797.3385.29
HexB5C4FE1D1700e46155
Octal265304376352700344141125
Binary1011010111000100111111101110110111001110010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4FE; }

 p { color: rgb(181,196,254); }

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

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

 a { background-color: rgb(181,196,254); }

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

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

 span { border-color: rgb(181,196,254); }

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