#BAD5EE

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

Shades of Pale Cornflower Blue #BAD5EE

Tints of Pale Cornflower Blue #BAD5EE

Color information

#BAD5EE (or 0xBAD5EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and EE. RGB value is (186,213,238). Sum of RGB (Red+Green+Blue) = 186+213+238=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5EE is #452A11. Grayscale: #CFCFCF. Windows color (decimal): -4532754 or 15652282. OLE color: 15652282.

HSL color Cylindrical-coordinate representation of color #BAD5EE: hue angle of 208.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD5EE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186213238-
CMYK0.220.1100.07
HSL208.85º60.47%83.14%-
HSV(B)208.85º21.85%93.33%-
XYZ59.4864.290.15-
YUV207.78145.05112.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=29.20%
G=33.44%
B=37.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862132380.220.1100.07208.8560.4783.14
HexBAD5EE16B07d13c53
Octal27232535626130732174123
Binary1011101011010101111011101011010110111110100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5EE; }

 p { color: rgb(186,213,238); }

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

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

 a { background-color: rgb(186,213,238); }

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

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

 span { border-color: rgb(186,213,238); }

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