#BCBEF0

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

Shades of Perano #BCBEF0

Tints of Perano #BCBEF0

Color information

#BCBEF0 (or 0xBCBEF0) is unknown color: approx Perano. HEX triplet: BC, BE and F0. RGB value is (188,190,240). Sum of RGB (Red+Green+Blue) = 188+190+240=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEF0 is #43410F. Grayscale: #C2C2C2. Windows color (decimal): -4407568 or 15777468. OLE color: 15777468.

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

Color convert

RGB188190240-
CMYK0.220.2100.06
HSL237.69º63.41%83.92%-
HSV(B)237.69º21.67%94.12%-
XYZ54.8853.8189.93-
YUV195.1153.34122.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=30.42%
G=30.74%
B=38.83%

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
Decimal1881902400.220.2100.06237.6963.4183.92
HexBCBEF0161506ee3f54
Octal27427636026250635677124
Binary10111100101111101111000010110101010110111011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEF0; }

 p { color: rgb(188,190,240); }

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

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

 a { background-color: rgb(188,190,240); }

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

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

 span { border-color: rgb(188,190,240); }

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