#B6BFFD

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

Shades of Perano #B6BFFD

Tints of Perano #B6BFFD

Color information

#B6BFFD (or 0xB6BFFD) is unknown color: approx Perano. HEX triplet: B6, BF and FD. RGB value is (182,191,253). Sum of RGB (Red+Green+Blue) = 182+191+253=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BFFD is #494002. Grayscale: #C3C3C3. Windows color (decimal): -4800515 or 16629686. OLE color: 16629686.

HSL color Cylindrical-coordinate representation of color #B6BFFD: hue angle of 232.39º degrees, saturation: 0.95, 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 #B6BFFD is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182191253-
CMYK0.280.2500.01
HSL232.39º94.67%85.29%-
HSV(B)232.39º28.06%99.22%-
XYZ55.6554.3100.48-
YUV195.38160.52118.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=29.07%
G=30.51%
B=40.42%

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
Decimal1821912530.280.2500.01232.3994.6785.29
HexB6BFFD1C1901e85f55
Octal266277375343101350137125
Binary1011011010111111111111011110011001011110100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFFD; }

 p { color: rgb(182,191,253); }

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

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

 a { background-color: rgb(182,191,253); }

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

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

 span { border-color: rgb(182,191,253); }

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