#BAD4FC

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

Shades of Pale Cornflower Blue #BAD4FC

Tints of Pale Cornflower Blue #BAD4FC

Color information

#BAD4FC (or 0xBAD4FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and FC. RGB value is (186,212,252). Sum of RGB (Red+Green+Blue) = 186+212+252=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4FC is #452B03. Grayscale: #D0D0D0. Windows color (decimal): -4532996 or 16569530. OLE color: 16569530.

HSL color Cylindrical-coordinate representation of color #BAD4FC: hue angle of 216.36º 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 #BAD4FC is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186212252-
CMYK0.260.1600.01
HSL216.36º91.67%85.88%-
HSV(B)216.36º26.19%98.82%-
XYZ61.3664.55101.32-
YUV208.79152.39111.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=28.62%
G=32.62%
B=38.77%

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
Decimal1862122520.260.1600.01216.3691.6785.88
HexBAD4FC1A1001d85c56
Octal272324374322001330134126
Binary1011101011010100111111001101010000011101100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4FC; }

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

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

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

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

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

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

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

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