#BCE2FC

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

Shades of Pattens Blue #BCE2FC

Tints of Pattens Blue #BCE2FC

Color information

#BCE2FC (or 0xBCE2FC) is unknown color: approx Pattens Blue. HEX triplet: BC, E2 and FC. RGB value is (188,226,252). Sum of RGB (Red+Green+Blue) = 188+226+252=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2FC is #431D03. Grayscale: #D9D9D9. Windows color (decimal): -4398340 or 16573116. OLE color: 16573116.

HSL color Cylindrical-coordinate representation of color #BCE2FC: hue angle of 204.38º 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 #BCE2FC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188226252-
CMYK0.250.1000.01
HSL204.38º91.43%86.27%-
HSV(B)204.38º25.4%98.82%-
XYZ65.5172.11102.56-
YUV217.6147.41106.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=28.23%
G=33.93%
B=37.84%

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
Decimal1882262520.250.1000.01204.3891.4386.27
HexBCE2FC19A01cc5b56
Octal274342374311201314133126
Binary101111001110001011111100110011010011100110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2FC; }

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

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

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

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

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

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

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

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