#BCBDF0

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

Shades of Perano #BCBDF0

Tints of Perano #BCBDF0

Color information

#BCBDF0 (or 0xBCBDF0) is unknown color: approx Perano. HEX triplet: BC, BD and F0. RGB value is (188,189,240). Sum of RGB (Red+Green+Blue) = 188+189+240=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDF0 is #43420F. Grayscale: #C2C2C2. Windows color (decimal): -4407824 or 15777212. OLE color: 15777212.

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

Color convert

RGB188189240-
CMYK0.220.2100.06
HSL238.85º63.41%83.92%-
HSV(B)238.85º21.67%94.12%-
XYZ54.6653.3889.86-
YUV194.52153.67123.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=30.47%
G=30.63%
B=38.90%

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
Decimal1881892400.220.2100.06238.8563.4183.92
HexBCBDF0161506ef3f54
Octal27427536026250635777124
Binary10111100101111011111000010110101010110111011111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDF0; }

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

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

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

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

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

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

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

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