#B4BEFF

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

Shades of Perano #B4BEFF

Tints of Perano #B4BEFF

Color information

#B4BEFF (or 0xB4BEFF) is unknown color: approx Perano. HEX triplet: B4, BE and FF. RGB value is (180,190,255). Sum of RGB (Red+Green+Blue) = 180+190+255=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEFF is #4B4100. Grayscale: #C2C2C2. Windows color (decimal): -4931841 or 16760500. OLE color: 16760500.

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

Color convert

RGB180190255-
CMYK0.290.2500
HSL232º100%85.29%-
HSV(B)232º29.41%100%-
XYZ55.2953.75102.07-
YUV194.42162.19117.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.8%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 255 (100% from 255) = 40.8%
R=28.8%
G=30.4%
B=40.8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801902550.290.250023210085.29
HexB4BEFF1D1900e86455
Octal264276377353100350144125
Binary1011010010111110111111111110111001001110100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEFF; }

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

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

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

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

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

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

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

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