#BAD8ED

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

Shades of Pale Cornflower Blue #BAD8ED

Tints of Pale Cornflower Blue #BAD8ED

Color information

#BAD8ED (or 0xBAD8ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D8 and ED. RGB value is (186,216,237). Sum of RGB (Red+Green+Blue) = 186+216+237=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8ED is #452712. Grayscale: #D1D1D1. Windows color (decimal): -4531987 or 15587514. OLE color: 15587514.

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

Color convert

RGB186216237-
CMYK0.220.0900.07
HSL204.71º58.62%82.94%-
HSV(B)204.71º21.52%92.94%-
XYZ60.0965.6789.63-
YUV209.42143.56111.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=29.11%
G=33.80%
B=37.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862162370.220.0900.07204.7158.6282.94
HexBAD8ED16907cd3b53
Octal27233035526110731573123
Binary1011101011011000111011011011010010111110011011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8ED; }

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

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

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

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

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

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

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

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