#B6BBFE

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

Shades of Perano #B6BBFE

Tints of Perano #B6BBFE

Color information

#B6BBFE (or 0xB6BBFE) is unknown color: approx Perano. HEX triplet: B6, BB and FE. RGB value is (182,187,254). Sum of RGB (Red+Green+Blue) = 182+187+254=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BBFE is #494401. Grayscale: #C0C0C0. Windows color (decimal): -4801538 or 16694198. OLE color: 16694198.

HSL color Cylindrical-coordinate representation of color #B6BBFE: hue angle of 235.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BBFE is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182187254-
CMYK0.280.2600.00
HSL235.83º97.3%85.49%-
HSV(B)235.83º28.35%99.61%-
XYZ54.9552.64101.03-
YUV193.14162.34120.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=29.21%
G=30.02%
B=40.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821872540.280.2600.00235.8397.385.49
HexB6BBFE1C1A00ec6155
Octal266273376343200354141125
Binary1011011010111011111111101110011010001110110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBFE; }

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

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

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

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

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

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

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

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