#B6BDFE

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

Shades of Perano #B6BDFE

Tints of Perano #B6BDFE

Color information

#B6BDFE (or 0xB6BDFE) is unknown color: approx Perano. HEX triplet: B6, BD and FE. RGB value is (182,189,254). Sum of RGB (Red+Green+Blue) = 182+189+254=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BDFE is #494201. Grayscale: #C2C2C2. Windows color (decimal): -4801026 or 16694710. OLE color: 16694710.

HSL color Cylindrical-coordinate representation of color #B6BDFE: hue angle of 234.17º 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 #B6BDFE is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182189254-
CMYK0.280.2600.00
HSL234.17º97.3%85.49%-
HSV(B)234.17º28.35%99.61%-
XYZ55.3853.5101.17-
YUV194.32161.68119.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.12%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=29.12%
G=30.24%
B=40.64%

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
Decimal1821892540.280.2600.00234.1797.385.49
HexB6BDFE1C1A00ea6155
Octal266275376343200352141125
Binary1011011010111101111111101110011010001110101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDFE; }

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

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

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

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

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

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

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

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