#B8BDFA

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

Shades of Perano #B8BDFA

Tints of Perano #B8BDFA

Color information

#B8BDFA (or 0xB8BDFA) is unknown color: approx Perano. HEX triplet: B8, BD and FA. RGB value is (184,189,250). Sum of RGB (Red+Green+Blue) = 184+189+250=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDFA is #474205. Grayscale: #C2C2C2. Windows color (decimal): -4669958 or 16432568. OLE color: 16432568.

HSL color Cylindrical-coordinate representation of color #B8BDFA: hue angle of 235.45º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8BDFA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184189250-
CMYK0.260.2400.02
HSL235.45º86.84%85.1%-
HSV(B)235.45º26.4%98.04%-
XYZ55.2253.4997.86-
YUV194.46159.34120.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=29.53%
G=30.34%
B=40.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841892500.260.2400.02235.4586.8485.1
HexB8BDFA1A1802eb5755
Octal270275372323002353127125
Binary10111000101111011111101011010110000101110101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDFA; }

 p { color: rgb(184,189,250); }

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

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

 a { background-color: rgb(184,189,250); }

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

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

 span { border-color: rgb(184,189,250); }

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