#B3B5ED

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

Shades of Perano #B3B5ED

Tints of Perano #B3B5ED

Color information

#B3B5ED (or 0xB3B5ED) is unknown color: approx Perano. HEX triplet: B3, B5 and ED. RGB value is (179,181,237). Sum of RGB (Red+Green+Blue) = 179+181+237=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B5ED is #4C4A12. Grayscale: #BABABA. Windows color (decimal): -4999699 or 15578547. OLE color: 15578547.

HSL color Cylindrical-coordinate representation of color #B3B5ED: hue angle of 237.93º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3B5ED is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179181237-
CMYK0.240.2400.07
HSL237.93º61.7%81.57%-
HSV(B)237.93º24.47%92.94%-
XYZ50.448.7586.87-
YUV186.79156.34122.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.98%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=29.98%
G=30.32%
B=39.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791812370.240.2400.07237.9361.781.57
HexB3B5ED181807ee3e52
Octal26326535530300735676122
Binary10110011101101011110110111000110000111111011101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5ED; }

 p { color: rgb(179,181,237); }

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

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

 a { background-color: rgb(179,181,237); }

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

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

 span { border-color: rgb(179,181,237); }

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