#BAD4FE

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

Shades of Pale Cornflower Blue #BAD4FE

Tints of Pale Cornflower Blue #BAD4FE

Color information

#BAD4FE (or 0xBAD4FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and FE. RGB value is (186,212,254). Sum of RGB (Red+Green+Blue) = 186+212+254=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4FE is #452B01. Grayscale: #D0D0D0. Windows color (decimal): -4532994 or 16700602. OLE color: 16700602.

HSL color Cylindrical-coordinate representation of color #BAD4FE: hue angle of 217.06º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD4FE is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186212254-
CMYK0.270.1700.00
HSL217.06º97.14%86.27%-
HSV(B)217.06º26.77%99.61%-
XYZ61.6864.68103-
YUV209.01153.39111.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=28.53%
G=32.52%
B=38.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862122540.270.1700.00217.0697.1486.27
HexBAD4FE1B1100d96156
Octal272324376332100331141126
Binary1011101011010100111111101101110001001101100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4FE; }

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

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

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

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

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

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

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

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