#B4BEE8

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

Shades of Perano #B4BEE8

Tints of Perano #B4BEE8

Color information

#B4BEE8 (or 0xB4BEE8) is unknown color: approx Perano. HEX triplet: B4, BE and E8. RGB value is (180,190,232). Sum of RGB (Red+Green+Blue) = 180+190+232=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEE8 is #4B4117. Grayscale: #BFBFBF. Windows color (decimal): -4931864 or 15253172. OLE color: 15253172.

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

Color convert

RGB180190232-
CMYK0.220.1800.09
HSL228.46º53.06%80.78%-
HSV(B)228.46º22.41%90.98%-
XYZ51.852.3683.72-
YUV191.8150.69119.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=29.90%
G=31.56%
B=38.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801902320.220.1800.09228.4653.0680.78
HexB4BEE8161209e43551
Octal264276350262201134465121
Binary101101001011111011101000101101001001001111001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEE8; }

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

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

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

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

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

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

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

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