#B4BEDF

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

Shades of Perano #B4BEDF

Tints of Perano #B4BEDF

Color information

#B4BEDF (or 0xB4BEDF) is unknown color: approx Perano. HEX triplet: B4, BE and DF. RGB value is (180,190,223). Sum of RGB (Red+Green+Blue) = 180+190+223=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEDF is #4B4120. Grayscale: #BEBEBE. Windows color (decimal): -4931873 or 14663348. OLE color: 14663348.

HSL color Cylindrical-coordinate representation of color #B4BEDF: hue angle of 226.05º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BEDF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180190223-
CMYK0.190.1500.13
HSL226.05º40.19%79.02%-
HSV(B)226.05º19.28%87.45%-
XYZ50.5651.8677.16-
YUV190.77146.19120.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=30.35%
G=32.04%
B=37.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801902230.190.1500.13226.0540.1979.02
HexB4BEDF13F0De2284f
Octal264276337231701534250117
Binary10110100101111101101111110011111101101111000101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEDF; }

 p { color: rgb(180,190,223); }

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

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

 a { background-color: rgb(180,190,223); }

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

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

 span { border-color: rgb(180,190,223); }

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