#BAD7EE

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

Shades of Pale Cornflower Blue #BAD7EE

Tints of Pale Cornflower Blue #BAD7EE

Color information

#BAD7EE (or 0xBAD7EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D7 and EE. RGB value is (186,215,238). Sum of RGB (Red+Green+Blue) = 186+215+238=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7EE is #452811. Grayscale: #D0D0D0. Windows color (decimal): -4532242 or 15652794. OLE color: 15652794.

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

Color convert

RGB186215238-
CMYK0.220.1000.07
HSL206.54º60.47%83.14%-
HSV(B)206.54º21.85%93.33%-
XYZ59.9865.2190.31-
YUV208.95144.39111.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=29.11%
G=33.65%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862152380.220.1000.07206.5460.4783.14
HexBAD7EE16A07cf3c53
Octal27232735626120731774123
Binary1011101011010111111011101011010100111110011111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7EE; }

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

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

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

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

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

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

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

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