#B4BFFF

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

Shades of Perano #B4BFFF

Tints of Perano #B4BFFF

Color information

#B4BFFF (or 0xB4BFFF) is unknown color: approx Perano. HEX triplet: B4, BF and FF. RGB value is (180,191,255). Sum of RGB (Red+Green+Blue) = 180+191+255=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFFF is #4B4000. Grayscale: #C2C2C2. Windows color (decimal): -4931585 or 16760756. OLE color: 16760756.

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

Color convert

RGB180191255-
CMYK0.290.2500
HSL231.2º100%85.29%-
HSV(B)231.2º29.41%100%-
XYZ55.554.18102.14-
YUV195.01161.86117.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.75%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 255 (100% from 255) = 40.73%
R=28.75%
G=30.51%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801912550.290.2500231.210085.29
HexB4BFFF1D1900e76455
Octal264277377353100347144125
Binary1011010010111111111111111110111001001110011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFFF; }

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

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

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

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

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

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

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

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