#BBBEF4

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

Shades of Perano #BBBEF4

Tints of Perano #BBBEF4

Color information

#BBBEF4 (or 0xBBBEF4) is unknown color: approx Perano. HEX triplet: BB, BE and F4. RGB value is (187,190,244). Sum of RGB (Red+Green+Blue) = 187+190+244=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBBEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEF4 is #44410B. Grayscale: #C3C3C3. Windows color (decimal): -4473100 or 16039611. OLE color: 16039611.

HSL color Cylindrical-coordinate representation of color #BBBEF4: hue angle of 236.84º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBEF4 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187190244-
CMYK0.230.2200.04
HSL236.84º72.15%84.51%-
HSV(B)236.84º23.36%95.69%-
XYZ55.2453.9293.08-
YUV195.26155.51122.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=30.11%
G=30.60%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871902440.230.2200.04236.8472.1584.51
HexBBBEF4171604ed4855
Octal273276364272604355110125
Binary101110111011111011110100101111011001001110110110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEF4; }

 p { color: rgb(187,190,244); }

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

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

 a { background-color: rgb(187,190,244); }

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

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

 span { border-color: rgb(187,190,244); }

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