#BBBCEF

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

Shades of Perano #BBBCEF

Tints of Perano #BBBCEF

Color information

#BBBCEF (or 0xBBBCEF) is unknown color: approx Perano. HEX triplet: BB, BC and EF. RGB value is (187,188,239). Sum of RGB (Red+Green+Blue) = 187+188+239=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBBCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCEF is #444310. Grayscale: #C1C1C1. Windows color (decimal): -4473617 or 15711419. OLE color: 15711419.

HSL color Cylindrical-coordinate representation of color #BBBCEF: hue angle of 238.85º 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 #BBBCEF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187188239-
CMYK0.220.2100.06
HSL238.85º61.9%83.53%-
HSV(B)238.85º21.76%93.73%-
XYZ54.0652.7689-
YUV193.52153.67123.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=30.46%
G=30.62%
B=38.93%

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
Decimal1871882390.220.2100.06238.8561.983.53
HexBBBCEF161506ef3e54
Octal27327435726250635776124
Binary10111011101111001110111110110101010110111011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCEF; }

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

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

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

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

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

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

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

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