#B8BDFB

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

Shades of Perano #B8BDFB

Tints of Perano #B8BDFB

Color information

#B8BDFB (or 0xB8BDFB) is unknown color: approx Perano. HEX triplet: B8, BD and FB. RGB value is (184,189,251). Sum of RGB (Red+Green+Blue) = 184+189+251=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDFB is #474204. Grayscale: #C2C2C2. Windows color (decimal): -4669957 or 16498104. OLE color: 16498104.

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

Color convert

RGB184189251-
CMYK0.270.2500.02
HSL235.52º89.33%85.29%-
HSV(B)235.52º26.69%98.43%-
XYZ55.3853.5598.68-
YUV194.57159.84120.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=29.49%
G=30.29%
B=40.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841892510.270.2500.02235.5289.3385.29
HexB8BDFB1B1902ec5955
Octal270275373333102354131125
Binary10111000101111011111101111011110010101110110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDFB; }

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

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

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

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

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

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

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

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