#B8B6F8

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

Shades of Perano #B8B6F8

Tints of Perano #B8B6F8

Color information

#B8B6F8 (or 0xB8B6F8) is unknown color: approx Perano. HEX triplet: B8, B6 and F8. RGB value is (184,182,248). Sum of RGB (Red+Green+Blue) = 184+182+248=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8B6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B6F8 is #474907. Grayscale: #BDBDBD. Windows color (decimal): -4671752 or 16299704. OLE color: 16299704.

HSL color Cylindrical-coordinate representation of color #B8B6F8: hue angle of 241.82º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8B6F8 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184182248-
CMYK0.260.2700.03
HSL241.82º82.5%84.31%-
HSV(B)241.82º26.61%97.25%-
XYZ53.4450.4295.72-
YUV190.12160.66123.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.97%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=29.97%
G=29.64%
B=40.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1841822480.260.2700.03241.8282.584.31
HexB8B6F81A1B03f25254
Octal270266370323303362122124
Binary10111000101101101111100011010110110111111001010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B6F8; }

 p { color: rgb(184,182,248); }

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

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

 a { background-color: rgb(184,182,248); }

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

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

 span { border-color: rgb(184,182,248); }

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