#B6BDFF

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

Shades of Perano #B6BDFF

Tints of Perano #B6BDFF

Color information

#B6BDFF (or 0xB6BDFF) is unknown color: approx Perano. HEX triplet: B6, BD and FF. RGB value is (182,189,255). Sum of RGB (Red+Green+Blue) = 182+189+255=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BDFF is #494200. Grayscale: #C2C2C2. Windows color (decimal): -4801025 or 16760246. OLE color: 16760246.

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

Color convert

RGB182189255-
CMYK0.290.2600
HSL234.25º100%85.69%-
HSV(B)234.25º28.63%100%-
XYZ55.5453.56102.02-
YUV194.43162.18119.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 255 (100% from 255) = 40.73%
R=29.07%
G=30.19%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821892550.290.2600234.2510085.69
HexB6BDFF1D1A00ea6456
Octal266275377353200352144126
Binary1011011010111101111111111110111010001110101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDFF; }

 p { color: rgb(182,189,255); }

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

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

 a { background-color: rgb(182,189,255); }

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

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

 span { border-color: rgb(182,189,255); }

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