#B4BDEB

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

Shades of Perano #B4BDEB

Tints of Perano #B4BDEB

Color information

#B4BDEB (or 0xB4BDEB) is unknown color: approx Perano. HEX triplet: B4, BD and EB. RGB value is (180,189,235). Sum of RGB (Red+Green+Blue) = 180+189+235=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDEB is #4B4214. Grayscale: #BFBFBF. Windows color (decimal): -4932117 or 15449524. OLE color: 15449524.

HSL color Cylindrical-coordinate representation of color #B4BDEB: hue angle of 230.18º degrees, saturation: 0.58, 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 #B4BDEB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180189235-
CMYK0.230.2000.08
HSL230.18º57.89%81.37%-
HSV(B)230.18º23.4%92.16%-
XYZ52.0252.185.91-
YUV191.55152.52119.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=29.80%
G=31.29%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801892350.230.2000.08230.1857.8981.37
HexB4BDEB171408e63a51
Octal264275353272401034672121
Binary101101001011110111101011101111010001000111001101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDEB; }

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

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

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

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

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

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

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

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