#BAD5F4

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

Shades of Pale Cornflower Blue #BAD5F4

Tints of Pale Cornflower Blue #BAD5F4

Color information

#BAD5F4 (or 0xBAD5F4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and F4. RGB value is (186,213,244). Sum of RGB (Red+Green+Blue) = 186+213+244=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAD5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5F4 is #452A0B. Grayscale: #D0D0D0. Windows color (decimal): -4532748 or 16045498. OLE color: 16045498.

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

Color convert

RGB186213244-
CMYK0.240.1300.04
HSL212.07º72.5%84.31%-
HSV(B)212.07º23.77%95.69%-
XYZ60.3764.5694.87-
YUV208.46148.05111.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=28.93%
G=33.13%
B=37.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862132440.240.1300.04212.0772.584.31
HexBAD5F418D04d44854
Octal272325364301504324110124
Binary10111010110101011111010011000110101001101010010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5F4; }

 p { color: rgb(186,213,244); }

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

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

 a { background-color: rgb(186,213,244); }

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

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

 span { border-color: rgb(186,213,244); }

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