#BCE3FC

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

Shades of Pattens Blue #BCE3FC

Tints of Pattens Blue #BCE3FC

Color information

#BCE3FC (or 0xBCE3FC) is unknown color: approx Pattens Blue. HEX triplet: BC, E3 and FC. RGB value is (188,227,252). Sum of RGB (Red+Green+Blue) = 188+227+252=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3FC is #431C03. Grayscale: #DADADA. Windows color (decimal): -4398084 or 16573372. OLE color: 16573372.

HSL color Cylindrical-coordinate representation of color #BCE3FC: hue angle of 203.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE3FC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188227252-
CMYK0.250.1000.01
HSL203.44º91.43%86.27%-
HSV(B)203.44º25.4%98.82%-
XYZ65.7872.66102.65-
YUV218.19147.08106.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.19%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=28.19%
G=34.03%
B=37.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882272520.250.1000.01203.4491.4386.27
HexBCE3FC19A01cb5b56
Octal274343374311201313133126
Binary101111001110001111111100110011010011100101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3FC; }

 p { color: rgb(188,227,252); }

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

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

 a { background-color: rgb(188,227,252); }

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

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

 span { border-color: rgb(188,227,252); }

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