#BAD4ED

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

Shades of Pale Cornflower Blue #BAD4ED

Tints of Pale Cornflower Blue #BAD4ED

Color information

#BAD4ED (or 0xBAD4ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and ED. RGB value is (186,212,237). Sum of RGB (Red+Green+Blue) = 186+212+237=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4ED is #452B12. Grayscale: #CECECE. Windows color (decimal): -4533011 or 15586490. OLE color: 15586490.

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

Color convert

RGB186212237-
CMYK0.220.1100.07
HSL209.41º58.62%82.94%-
HSV(B)209.41º21.52%92.94%-
XYZ59.0863.6489.29-
YUV207.08144.89112.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=29.29%
G=33.39%
B=37.32%

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
Decimal1862122370.220.1100.07209.4158.6282.94
HexBAD4ED16B07d13b53
Octal27232435526130732173123
Binary1011101011010100111011011011010110111110100011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4ED; }

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

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

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

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

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

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

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

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