#B7BDFB

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

Shades of Perano #B7BDFB

Tints of Perano #B7BDFB

Color information

#B7BDFB (or 0xB7BDFB) is unknown color: approx Perano. HEX triplet: B7, BD and FB. RGB value is (183,189,251). Sum of RGB (Red+Green+Blue) = 183+189+251=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDFB is #484204. Grayscale: #C2C2C2. Windows color (decimal): -4735493 or 16498103. OLE color: 16498103.

HSL color Cylindrical-coordinate representation of color #B7BDFB: hue angle of 234.71º 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 #B7BDFB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183189251-
CMYK0.270.2500.02
HSL234.71º89.47%85.1%-
HSV(B)234.71º27.09%98.43%-
XYZ55.1453.4398.67-
YUV194.27160.01119.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.37%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=29.37%
G=30.34%
B=40.29%

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
Decimal1831892510.270.2500.02234.7189.4785.1
HexB7BDFB1B1902eb5955
Octal267275373333102353131125
Binary10110111101111011111101111011110010101110101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDFB; }

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

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

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

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

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

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

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

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