#BCBEF2

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

Shades of Perano #BCBEF2

Tints of Perano #BCBEF2

Color information

#BCBEF2 (or 0xBCBEF2) is unknown color: approx Perano. HEX triplet: BC, BE and F2. RGB value is (188,190,242). Sum of RGB (Red+Green+Blue) = 188+190+242=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEF2 is #43410D. Grayscale: #C3C3C3. Windows color (decimal): -4407566 or 15908540. OLE color: 15908540.

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

Color convert

RGB188190242-
CMYK0.220.2100.05
HSL237.78º67.5%84.31%-
HSV(B)237.78º22.31%94.9%-
XYZ55.1853.9391.51-
YUV195.33154.34122.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=30.32%
G=30.65%
B=39.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881902420.220.2100.05237.7867.584.31
HexBCBEF2161505ee4454
Octal274276362262505356104124
Binary101111001011111011110010101101010101011110111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEF2; }

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

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

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

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

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

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

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

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