#B3BDEC

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

Shades of Perano #B3BDEC

Tints of Perano #B3BDEC

Color information

#B3BDEC (or 0xB3BDEC) is unknown color: approx Perano. HEX triplet: B3, BD and EC. RGB value is (179,189,236). Sum of RGB (Red+Green+Blue) = 179+189+236=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BDEC is #4C4213. Grayscale: #BFBFBF. Windows color (decimal): -4997652 or 15515059. OLE color: 15515059.

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

Color convert

RGB179189236-
CMYK0.240.2000.07
HSL229.47º60%81.37%-
HSV(B)229.47º24.15%92.55%-
XYZ51.9352.0486.66-
YUV191.37153.19119.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=29.64%
G=31.29%
B=39.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791892360.240.2000.07229.476081.37
HexB3BDEC181407e53c51
Octal26327535430240734574121
Binary10110011101111011110110011000101000111111001011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDEC; }

 p { color: rgb(179,189,236); }

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

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

 a { background-color: rgb(179,189,236); }

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

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

 span { border-color: rgb(179,189,236); }

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