#BCE2FE

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

Shades of Pattens Blue #BCE2FE

Tints of Pattens Blue #BCE2FE

Color information

#BCE2FE (or 0xBCE2FE) is unknown color: approx Pattens Blue. HEX triplet: BC, E2 and FE. RGB value is (188,226,254). Sum of RGB (Red+Green+Blue) = 188+226+254=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2FE is #431D01. Grayscale: #D9D9D9. Windows color (decimal): -4398338 or 16704188. OLE color: 16704188.

HSL color Cylindrical-coordinate representation of color #BCE2FE: hue angle of 205.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE2FE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188226254-
CMYK0.260.1100.00
HSL205.45º97.06%86.67%-
HSV(B)205.45º25.98%99.61%-
XYZ65.8272.24104.24-
YUV217.83148.41106.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.14%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=28.14%
G=33.83%
B=38.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882262540.260.1100.00205.4597.0686.67
HexBCE2FE1AB00cd6157
Octal274342376321300315141127
Binary101111001110001011111110110101011001100110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2FE; }

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

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

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

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

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

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

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

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