#BAE1FD

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

Shades of Pattens Blue #BAE1FD

Tints of Pattens Blue #BAE1FD

Color information

#BAE1FD (or 0xBAE1FD) is unknown color: approx Pattens Blue. HEX triplet: BA, E1 and FD. RGB value is (186,225,253). Sum of RGB (Red+Green+Blue) = 186+225+253=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1FD is #451E02. Grayscale: #D8D8D8. Windows color (decimal): -4529667 or 16638394. OLE color: 16638394.

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

Color convert

RGB186225253-
CMYK0.260.1100.01
HSL205.07º94.37%86.08%-
HSV(B)205.07º26.48%99.22%-
XYZ64.971.38103.29-
YUV216.53148.58106.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=28.01%
G=33.89%
B=38.10%

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
Decimal1862252530.260.1100.01205.0794.3786.08
HexBAE1FD1AB01cd5e56
Octal272341375321301315136126
Binary101110101110000111111101110101011011100110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1FD; }

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

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

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

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

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

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

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

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