#B6BFFC

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

Shades of Perano #B6BFFC

Tints of Perano #B6BFFC

Color information

#B6BFFC (or 0xB6BFFC) is unknown color: approx Perano. HEX triplet: B6, BF and FC. RGB value is (182,191,252). Sum of RGB (Red+Green+Blue) = 182+191+252=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BFFC is #494003. Grayscale: #C3C3C3. Windows color (decimal): -4800516 or 16564150. OLE color: 16564150.

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

Color convert

RGB182191252-
CMYK0.280.2400.01
HSL232.29º92.11%85.1%-
HSV(B)232.29º27.78%98.82%-
XYZ55.4954.2399.64-
YUV195.26160.02118.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.12%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=29.12%
G=30.56%
B=40.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821912520.280.2400.01232.2992.1185.1
HexB6BFFC1C1801e85c55
Octal266277374343001350134125
Binary1011011010111111111111001110011000011110100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFFC; }

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

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

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

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

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

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

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

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