#BCC1F0

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

Shades of Perano #BCC1F0

Tints of Perano #BCC1F0

Color information

#BCC1F0 (or 0xBCC1F0) is unknown color: approx Perano. HEX triplet: BC, C1 and F0. RGB value is (188,193,240). Sum of RGB (Red+Green+Blue) = 188+193+240=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1F0 is #433E0F. Grayscale: #C4C4C4. Windows color (decimal): -4406800 or 15778236. OLE color: 15778236.

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

Color convert

RGB188193240-
CMYK0.220.2000.06
HSL234.23º63.41%83.92%-
HSV(B)234.23º21.67%94.12%-
XYZ55.5455.1290.15-
YUV196.86152.34121.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=30.27%
G=31.08%
B=38.65%

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
Decimal1881932400.220.2000.06234.2363.4183.92
HexBCC1F0161406ea3f54
Octal27430136026240635277124
Binary10111100110000011111000010110101000110111010101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1F0; }

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

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

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

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

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

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

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

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