#B4BFFB

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

Shades of Perano #B4BFFB

Tints of Perano #B4BFFB

Color information

#B4BFFB (or 0xB4BFFB) is unknown color: approx Perano. HEX triplet: B4, BF and FB. RGB value is (180,191,251). Sum of RGB (Red+Green+Blue) = 180+191+251=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFFB is #4B4004. Grayscale: #C2C2C2. Windows color (decimal): -4931589 or 16498612. OLE color: 16498612.

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

Color convert

RGB180191251-
CMYK0.280.2400.02
HSL230.7º89.87%84.51%-
HSV(B)230.7º28.29%98.43%-
XYZ54.8753.9398.78-
YUV194.55159.86117.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=28.94%
G=30.71%
B=40.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801912510.280.2400.02230.789.8784.51
HexB4BFFB1C1802e75a55
Octal264277373343002347132125
Binary10110100101111111111101111100110000101110011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFFB; }

 p { color: rgb(180,191,251); }

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

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

 a { background-color: rgb(180,191,251); }

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

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

 span { border-color: rgb(180,191,251); }

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