#BCBFF0

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

Shades of Perano #BCBFF0

Tints of Perano #BCBFF0

Color information

#BCBFF0 (or 0xBCBFF0) is unknown color: approx Perano. HEX triplet: BC, BF and F0. RGB value is (188,191,240). Sum of RGB (Red+Green+Blue) = 188+191+240=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF0 is #43400F. Grayscale: #C3C3C3. Windows color (decimal): -4407312 or 15777724. OLE color: 15777724.

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

Color convert

RGB188191240-
CMYK0.220.2000.06
HSL236.54º63.41%83.92%-
HSV(B)236.54º21.67%94.12%-
XYZ55.154.2490-
YUV195.69153.01122.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=30.37%
G=30.86%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881912400.220.2000.06236.5463.4183.92
HexBCBFF0161406ed3f54
Octal27427736026240635577124
Binary10111100101111111111000010110101000110111011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFF0; }

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

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

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

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

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

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

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

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