#BAE1FC

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

Shades of Pattens Blue #BAE1FC

Tints of Pattens Blue #BAE1FC

Color information

#BAE1FC (or 0xBAE1FC) is unknown color: approx Pattens Blue. HEX triplet: BA, E1 and FC. RGB value is (186,225,252). Sum of RGB (Red+Green+Blue) = 186+225+252=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1FC is #451E03. Grayscale: #D8D8D8. Windows color (decimal): -4529668 or 16572858. OLE color: 16572858.

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

Color convert

RGB186225252-
CMYK0.260.1100.01
HSL204.55º91.67%85.88%-
HSV(B)204.55º26.19%98.82%-
XYZ64.7571.32102.45-
YUV216.42148.08106.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=28.05%
G=33.94%
B=38.01%

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
Decimal1862252520.260.1100.01204.5591.6785.88
HexBAE1FC1AB01cd5c56
Octal272341374321301315134126
Binary101110101110000111111100110101011011100110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1FC; }

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

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

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

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

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

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

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

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