#B7BAFB

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

Shades of Perano #B7BAFB

Tints of Perano #B7BAFB

Color information

#B7BAFB (or 0xB7BAFB) is unknown color: approx Perano. HEX triplet: B7, BA and FB. RGB value is (183,186,251). Sum of RGB (Red+Green+Blue) = 183+186+251=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAFB is #484504. Grayscale: #C0C0C0. Windows color (decimal): -4736261 or 16497335. OLE color: 16497335.

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

Color convert

RGB183186251-
CMYK0.270.2600.02
HSL237.35º89.47%85.1%-
HSV(B)237.35º27.09%98.43%-
XYZ54.552.1598.46-
YUV192.51161.01121.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.52%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=29.52%
G=30%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831862510.270.2600.02237.3589.4785.1
HexB7BAFB1B1A02ed5955
Octal267272373333202355131125
Binary10110111101110101111101111011110100101110110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAFB; }

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

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

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

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

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

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

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

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