#BAE2FD

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

Shades of Pattens Blue #BAE2FD

Tints of Pattens Blue #BAE2FD

Color information

#BAE2FD (or 0xBAE2FD) is unknown color: approx Pattens Blue. HEX triplet: BA, E2 and FD. RGB value is (186,226,253). Sum of RGB (Red+Green+Blue) = 186+226+253=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2FD is #451D02. Grayscale: #D8D8D8. Windows color (decimal): -4529411 or 16638650. OLE color: 16638650.

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

Color convert

RGB186226253-
CMYK0.260.1100.01
HSL204.18º94.37%86.08%-
HSV(B)204.18º26.48%99.22%-
XYZ65.1871.92103.38-
YUV217.12148.25105.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=27.97%
G=33.98%
B=38.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862262530.260.1100.01204.1894.3786.08
HexBAE2FD1AB01cc5e56
Octal272342375321301314136126
Binary101110101110001011111101110101011011100110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2FD; }

 p { color: rgb(186,226,253); }

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

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

 a { background-color: rgb(186,226,253); }

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

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

 span { border-color: rgb(186,226,253); }

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