#BAE1FF

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

Shades of Pale Cornflower Blue #BAE1FF

Tints of Pale Cornflower Blue #BAE1FF

Color information

#BAE1FF (or 0xBAE1FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, E1 and FF. RGB value is (186,225,255). Sum of RGB (Red+Green+Blue) = 186+225+255=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1FF is #451E00. Grayscale: #D8D8D8. Windows color (decimal): -4529665 or 16769466. OLE color: 16769466.

HSL color Cylindrical-coordinate representation of color #BAE1FF: hue angle of 206.09º 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 #BAE1FF is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186225255-
CMYK0.270.1200
HSL206.09º100%86.47%-
HSV(B)206.09º27.06%100%-
XYZ65.2271.51104.97-
YUV216.76149.58106.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 255 (100% from 255) = 38.29%
R=27.93%
G=33.78%
B=38.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862252550.270.1200206.0910086.47
HexBAE1FF1BC00ce6456
Octal272341377331400316144126
Binary101110101110000111111111110111100001100111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1FF; }

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

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

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

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

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

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

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

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