#BBBCEE

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

Shades of Perano #BBBCEE

Tints of Perano #BBBCEE

Color information

#BBBCEE (or 0xBBBCEE) is unknown color: approx Perano. HEX triplet: BB, BC and EE. RGB value is (187,188,238). Sum of RGB (Red+Green+Blue) = 187+188+238=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCEE is #444311. Grayscale: #C1C1C1. Windows color (decimal): -4473618 or 15645883. OLE color: 15645883.

HSL color Cylindrical-coordinate representation of color #BBBCEE: hue angle of 238.82º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBCEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187188238-
CMYK0.210.2100.07
HSL238.82º60%83.33%-
HSV(B)238.82º21.43%93.33%-
XYZ53.9152.788.22-
YUV193.4153.17123.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=30.51%
G=30.67%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871882380.210.2100.07238.826083.33
HexBBBCEE151507ef3c53
Octal27327435625250735774123
Binary10111011101111001110111010101101010111111011111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCEE; }

 p { color: rgb(187,188,238); }

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

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

 a { background-color: rgb(187,188,238); }

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

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

 span { border-color: rgb(187,188,238); }

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