#B3BEDC

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

Shades of Perano #B3BEDC

Tints of Perano #B3BEDC

Color information

#B3BEDC (or 0xB3BEDC) is unknown color: approx Perano. HEX triplet: B3, BE and DC. RGB value is (179,190,220). Sum of RGB (Red+Green+Blue) = 179+190+220=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEDC is #4C4123. Grayscale: #BDBDBD. Windows color (decimal): -4997412 or 14466739. OLE color: 14466739.

HSL color Cylindrical-coordinate representation of color #B3BEDC: hue angle of 223.9º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BEDC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179190220-
CMYK0.190.1400.14
HSL223.9º36.94%78.24%-
HSV(B)223.9º18.64%86.27%-
XYZ49.9251.5875.03-
YUV190.13144.86120.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=30.39%
G=32.26%
B=37.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791902200.190.1400.14223.936.9478.24
HexB3BEDC13E0Ee0254e
Octal263276334231601634045116
Binary10110011101111101101110010011111001110111000001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEDC; }

 p { color: rgb(179,190,220); }

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

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

 a { background-color: rgb(179,190,220); }

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

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

 span { border-color: rgb(179,190,220); }

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