#B6BFEB

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

Shades of Perano #B6BFEB

Tints of Perano #B6BFEB

Color information

#B6BFEB (or 0xB6BFEB) is unknown color: approx Perano. HEX triplet: B6, BF and EB. RGB value is (182,191,235). Sum of RGB (Red+Green+Blue) = 182+191+235=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BFEB is #494014. Grayscale: #C1C1C1. Windows color (decimal): -4800533 or 15450038. OLE color: 15450038.

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

Color convert

RGB182191235-
CMYK0.230.1900.08
HSL229.81º56.99%81.76%-
HSV(B)229.81º22.55%92.16%-
XYZ52.9253.286.08-
YUV193.32151.52119.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=29.93%
G=31.41%
B=38.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821912350.230.1900.08229.8156.9981.76
HexB6BFEB171308e63952
Octal266277353272301034671122
Binary101101101011111111101011101111001101000111001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFEB; }

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

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

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

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

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

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

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

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