#BADCF4

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

Shades of Pale Cornflower Blue #BADCF4

Tints of Pale Cornflower Blue #BADCF4

Color information

#BADCF4 (or 0xBADCF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DC and F4. RGB value is (186,220,244). Sum of RGB (Red+Green+Blue) = 186+220+244=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #BADCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF4 is #45230B. Grayscale: #D4D4D4. Windows color (decimal): -4530956 or 16047290. OLE color: 16047290.

HSL color Cylindrical-coordinate representation of color #BADCF4: hue angle of 204.83º 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 #BADCF4 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186220244-
CMYK0.240.1000.04
HSL204.83º72.5%84.31%-
HSV(B)204.83º23.77%95.69%-
XYZ62.1768.1695.47-
YUV212.57145.74109.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=28.62%
G=33.85%
B=37.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862202440.240.1000.04204.8372.584.31
HexBADCF418A04cd4854
Octal272334364301204315110124
Binary10111010110111001111010011000101001001100110110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCF4; }

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

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

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

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

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

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

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

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