#B6BFEA

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

Shades of Perano #B6BFEA

Tints of Perano #B6BFEA

Color information

#B6BFEA (or 0xB6BFEA) is unknown color: approx Perano. HEX triplet: B6, BF and EA. RGB value is (182,191,234). Sum of RGB (Red+Green+Blue) = 182+191+234=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 191 (75% from 255 or 31.47% 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 #B6BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BFEA is #494015. Grayscale: #C1C1C1. Windows color (decimal): -4800534 or 15384502. OLE color: 15384502.

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

Color convert

RGB182191234-
CMYK0.220.1800.08
HSL229.62º55.32%81.57%-
HSV(B)229.62º22.22%91.76%-
XYZ52.7753.1585.32-
YUV193.21151.02120-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.98%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=29.98%
G=31.47%
B=38.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821912340.220.1800.08229.6255.3281.57
HexB6BFEA161208e63752
Octal266277352262201034667122
Binary101101101011111111101010101101001001000111001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFEA; }

 p { color: rgb(182,191,234); }

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

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

 a { background-color: rgb(182,191,234); }

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

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

 span { border-color: rgb(182,191,234); }

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