#B6BDFC

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

Shades of Perano #B6BDFC

Tints of Perano #B6BDFC

Color information

#B6BDFC (or 0xB6BDFC) is unknown color: approx Perano. HEX triplet: B6, BD and FC. RGB value is (182,189,252). Sum of RGB (Red+Green+Blue) = 182+189+252=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BDFC is #494203. Grayscale: #C1C1C1. Windows color (decimal): -4801028 or 16563638. OLE color: 16563638.

HSL color Cylindrical-coordinate representation of color #B6BDFC: hue angle of 234º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BDFC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182189252-
CMYK0.280.2500.01
HSL234º92.11%85.1%-
HSV(B)234º27.78%98.82%-
XYZ55.0653.3799.49-
YUV194.09160.68119.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=29.21%
G=30.34%
B=40.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821892520.280.2500.0123492.1185.1
HexB6BDFC1C1901ea5c55
Octal266275374343101352134125
Binary1011011010111101111111001110011001011110101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDFC; }

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

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

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

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

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

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

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

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