#BAD4F6

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

Shades of Pale Cornflower Blue #BAD4F6

Tints of Pale Cornflower Blue #BAD4F6

Color information

#BAD4F6 (or 0xBAD4F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and F6. RGB value is (186,212,246). Sum of RGB (Red+Green+Blue) = 186+212+246=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAD4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4F6 is #452B09. Grayscale: #CFCFCF. Windows color (decimal): -4533002 or 16176314. OLE color: 16176314.

HSL color Cylindrical-coordinate representation of color #BAD4F6: hue angle of 214º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD4F6 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186212246-
CMYK0.240.1400.04
HSL214º76.92%84.71%-
HSV(B)214º24.39%96.47%-
XYZ60.4364.1896.39-
YUV208.1149.39112.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=28.88%
G=32.92%
B=38.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862122460.240.1400.0421476.9284.71
HexBAD4F618E04d64d55
Octal272324366301604326115125
Binary10111010110101001111011011000111001001101011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4F6; }

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

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

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

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

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

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

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

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