#B6BBED

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

Shades of Perano #B6BBED

Tints of Perano #B6BBED

Color information

#B6BBED (or 0xB6BBED) is unknown color: approx Perano. HEX triplet: B6, BB and ED. RGB value is (182,187,237). Sum of RGB (Red+Green+Blue) = 182+187+237=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BBED is #494412. Grayscale: #BFBFBF. Windows color (decimal): -4801555 or 15580086. OLE color: 15580086.

HSL color Cylindrical-coordinate representation of color #B6BBED: hue angle of 234.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6BBED is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182187237-
CMYK0.230.2100.07
HSL234.55º60.44%82.16%-
HSV(B)234.55º23.21%92.94%-
XYZ52.3551.687.32-
YUV191.2153.84121.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=30.03%
G=30.86%
B=39.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821872370.230.2100.07234.5560.4482.16
HexB6BBED171507eb3c52
Octal26627335527250735374122
Binary10110110101110111110110110111101010111111010111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBED; }

 p { color: rgb(182,187,237); }

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

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

 a { background-color: rgb(182,187,237); }

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

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

 span { border-color: rgb(182,187,237); }

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