#BAD7EC

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

Shades of Pale Cornflower Blue #BAD7EC

Tints of Pale Cornflower Blue #BAD7EC

Color information

#BAD7EC (or 0xBAD7EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D7 and EC. RGB value is (186,215,236). Sum of RGB (Red+Green+Blue) = 186+215+236=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7EC is #452813. Grayscale: #D0D0D0. Windows color (decimal): -4532244 or 15521722. OLE color: 15521722.

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

Color convert

RGB186215236-
CMYK0.210.0900.07
HSL205.2º56.82%82.75%-
HSV(B)205.2º21.19%92.55%-
XYZ59.6965.188.78-
YUV208.72143.39111.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=29.20%
G=33.75%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862152360.210.0900.07205.256.8282.75
HexBAD7EC15907cd3953
Octal27232735425110731571123
Binary1011101011010111111011001010110010111110011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7EC; }

 p { color: rgb(186,215,236); }

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

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

 a { background-color: rgb(186,215,236); }

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

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

 span { border-color: rgb(186,215,236); }

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