#BBBEEF

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

Shades of Perano #BBBEEF

Tints of Perano #BBBEEF

Color information

#BBBEEF (or 0xBBBEEF) is unknown color: approx Perano. HEX triplet: BB, BE and EF. RGB value is (187,190,239). Sum of RGB (Red+Green+Blue) = 187+190+239=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEEF is #444110. Grayscale: #C2C2C2. Windows color (decimal): -4473105 or 15711931. OLE color: 15711931.

HSL color Cylindrical-coordinate representation of color #BBBEEF: hue angle of 236.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBEEF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187190239-
CMYK0.220.2100.06
HSL236.54º61.9%83.53%-
HSV(B)236.54º21.76%93.73%-
XYZ54.4953.6289.14-
YUV194.69153.01122.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=30.36%
G=30.84%
B=38.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871902390.220.2100.06236.5461.983.53
HexBBBEEF161506ed3e54
Octal27327635726250635576124
Binary10111011101111101110111110110101010110111011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEEF; }

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

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

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

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

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

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

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

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