#B4BEE9

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

Shades of Perano #B4BEE9

Tints of Perano #B4BEE9

Color information

#B4BEE9 (or 0xB4BEE9) is unknown color: approx Perano. HEX triplet: B4, BE and E9. RGB value is (180,190,233). Sum of RGB (Red+Green+Blue) = 180+190+233=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #B4BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEE9 is #4B4116. Grayscale: #BFBFBF. Windows color (decimal): -4931863 or 15318708. OLE color: 15318708.

HSL color Cylindrical-coordinate representation of color #B4BEE9: hue angle of 228.68º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4BEE9 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180190233-
CMYK0.230.1800.09
HSL228.68º54.64%80.98%-
HSV(B)228.68º22.75%91.37%-
XYZ51.9452.4184.47-
YUV191.91151.19119.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=29.85%
G=31.51%
B=38.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801902330.230.1800.09228.6854.6480.98
HexB4BEE9171209e53751
Octal264276351272201134567121
Binary101101001011111011101001101111001001001111001011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEE9; }

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

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

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

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

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

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

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

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