#B8BDEA

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

Shades of Perano #B8BDEA

Tints of Perano #B8BDEA

Color information

#B8BDEA (or 0xB8BDEA) is unknown color: approx Perano. HEX triplet: B8, BD and EA. RGB value is (184,189,234). Sum of RGB (Red+Green+Blue) = 184+189+234=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDEA is #474215. Grayscale: #C0C0C0. Windows color (decimal): -4669974 or 15383992. OLE color: 15383992.

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

Color convert

RGB184189234-
CMYK0.210.1900.08
HSL234º54.35%81.96%-
HSV(B)234º21.37%91.76%-
XYZ52.8252.5385.2-
YUV192.64151.34121.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.31%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=30.31%
G=31.14%
B=38.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841892340.210.1900.0823454.3581.96
HexB8BDEA151308ea3652
Octal270275352252301035266122
Binary101110001011110111101010101011001101000111010101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDEA; }

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

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

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

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

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

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

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

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