#BAE3FF

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

Shades of Pattens Blue #BAE3FF

Tints of Pattens Blue #BAE3FF

Color information

#BAE3FF (or 0xBAE3FF) is unknown color: approx Pattens Blue. HEX triplet: BA, E3 and FF. RGB value is (186,227,255). Sum of RGB (Red+Green+Blue) = 186+227+255=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3FF is #451C00. Grayscale: #D9D9D9. Windows color (decimal): -4529153 or 16769978. OLE color: 16769978.

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

Color convert

RGB186227255-
CMYK0.270.1100
HSL204.35º100%86.47%-
HSV(B)204.35º27.06%100%-
XYZ65.7772.6105.15-
YUV217.93148.92105.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 255 (100% from 255) = 38.17%
R=27.84%
G=33.98%
B=38.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862272550.270.1100204.3510086.47
HexBAE3FF1BB00cc6456
Octal272343377331300314144126
Binary101110101110001111111111110111011001100110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3FF; }

 p { color: rgb(186,227,255); }

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

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

 a { background-color: rgb(186,227,255); }

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

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

 span { border-color: rgb(186,227,255); }

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