#BAD4FB

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

Shades of Pale Cornflower Blue #BAD4FB

Tints of Pale Cornflower Blue #BAD4FB

Color information

#BAD4FB (or 0xBAD4FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and FB. RGB value is (186,212,251). Sum of RGB (Red+Green+Blue) = 186+212+251=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4FB is #452B04. Grayscale: #D0D0D0. Windows color (decimal): -4532997 or 16503994. OLE color: 16503994.

HSL color Cylindrical-coordinate representation of color #BAD4FB: hue angle of 216º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD4FB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186212251-
CMYK0.260.1600.02
HSL216º89.04%85.69%-
HSV(B)216º25.9%98.43%-
XYZ61.2164.49100.49-
YUV208.67151.89111.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 212 (83.20% from 255) = 32.67%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=28.66%
G=32.67%
B=38.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862122510.260.1600.0221689.0485.69
HexBAD4FB1A1002d85956
Octal272324373322002330131126
Binary10111010110101001111101111010100000101101100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4FB; }

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

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

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

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

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

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

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

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