#BAD7F3

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

Shades of Pale Cornflower Blue #BAD7F3

Tints of Pale Cornflower Blue #BAD7F3

Color information

#BAD7F3 (or 0xBAD7F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D7 and F3. RGB value is (186,215,243). Sum of RGB (Red+Green+Blue) = 186+215+243=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7F3 is #45280C. Grayscale: #D1D1D1. Windows color (decimal): -4532237 or 15980474. OLE color: 15980474.

HSL color Cylindrical-coordinate representation of color #BAD7F3: hue angle of 209.47º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD7F3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186215243-
CMYK0.230.1200.05
HSL209.47º70.37%84.12%-
HSV(B)209.47º23.46%95.29%-
XYZ60.7365.5194.24-
YUV209.52146.89111.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=28.88%
G=33.39%
B=37.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862152430.230.1200.05209.4770.3784.12
HexBAD7F317C05d14654
Octal272327363271405321106124
Binary10111010110101111111001110111110001011101000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7F3; }

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

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

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

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

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

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

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

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