#BAD4EE

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

Shades of Pale Cornflower Blue #BAD4EE

Tints of Pale Cornflower Blue #BAD4EE

Color information

#BAD4EE (or 0xBAD4EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and EE. RGB value is (186,212,238). Sum of RGB (Red+Green+Blue) = 186+212+238=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4EE is #452B11. Grayscale: #CFCFCF. Windows color (decimal): -4533010 or 15652026. OLE color: 15652026.

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

Color convert

RGB186212238-
CMYK0.220.1100.07
HSL210º60.47%83.14%-
HSV(B)210º21.85%93.33%-
XYZ59.2363.790.06-
YUV207.19145.39112.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=29.25%
G=33.33%
B=37.42%

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
Decimal1862122380.220.1100.0721060.4783.14
HexBAD4EE16B07d23c53
Octal27232435626130732274123
Binary1011101011010100111011101011010110111110100101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4EE; }

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

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

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

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

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

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

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

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