#BAD3FC

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

Shades of Pale Cornflower Blue #BAD3FC

Tints of Pale Cornflower Blue #BAD3FC

Color information

#BAD3FC (or 0xBAD3FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D3 and FC. RGB value is (186,211,252). Sum of RGB (Red+Green+Blue) = 186+211+252=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD3FC is #452C03. Grayscale: #D0D0D0. Windows color (decimal): -4533252 or 16569274. OLE color: 16569274.

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

Color convert

RGB186211252-
CMYK0.260.1600.01
HSL217.27º91.67%85.88%-
HSV(B)217.27º26.19%98.82%-
XYZ61.1164.06101.24-
YUV208.2152.72112.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 211 (82.81% from 255) = 32.51%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=28.66%
G=32.51%
B=38.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862112520.260.1600.01217.2791.6785.88
HexBAD3FC1A1001d95c56
Octal272323374322001331134126
Binary1011101011010011111111001101010000011101100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3FC; }

 p { color: rgb(186,211,252); }

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

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

 a { background-color: rgb(186,211,252); }

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

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

 span { border-color: rgb(186,211,252); }

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