#B4BDEA

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

Shades of Perano #B4BDEA

Tints of Perano #B4BDEA

Color information

#B4BDEA (or 0xB4BDEA) is unknown color: approx Perano. HEX triplet: B4, BD and EA. RGB value is (180,189,234). Sum of RGB (Red+Green+Blue) = 180+189+234=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDEA is #4B4215. Grayscale: #BFBFBF. Windows color (decimal): -4932118 or 15383988. OLE color: 15383988.

HSL color Cylindrical-coordinate representation of color #B4BDEA: hue angle of 230º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4BDEA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180189234-
CMYK0.230.1900.08
HSL230º56.25%81.18%-
HSV(B)230º23.08%91.76%-
XYZ51.8752.0485.15-
YUV191.44152.02119.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=29.85%
G=31.34%
B=38.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801892340.230.1900.0823056.2581.18
HexB4BDEA171308e63851
Octal264275352272301034670121
Binary101101001011110111101010101111001101000111001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDEA; }

 p { color: rgb(180,189,234); }

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

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

 a { background-color: rgb(180,189,234); }

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

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

 span { border-color: rgb(180,189,234); }

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