#BCC1E7

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

Shades of Perano #BCC1E7

Tints of Perano #BCC1E7

Color information

#BCC1E7 (or 0xBCC1E7) is unknown color: approx Perano. HEX triplet: BC, C1 and E7. RGB value is (188,193,231). Sum of RGB (Red+Green+Blue) = 188+193+231=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCC1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1E7 is #433E18. Grayscale: #C3C3C3. Windows color (decimal): -4406809 or 15188412. OLE color: 15188412.

HSL color Cylindrical-coordinate representation of color #BCC1E7: hue angle of 233.02º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC1E7 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188193231-
CMYK0.190.1600.09
HSL233.02º47.25%82.16%-
HSV(B)233.02º18.61%90.59%-
XYZ54.2354.683.28-
YUV195.84147.84122.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=30.72%
G=31.54%
B=37.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881932310.190.1600.09233.0247.2582.16
HexBCC1E7131009e92f52
Octal274301347232001135157122
Binary101111001100000111100111100111000001001111010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1E7; }

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

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

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

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

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

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

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

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