#BADAF4

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

Shades of Pale Cornflower Blue #BADAF4

Tints of Pale Cornflower Blue #BADAF4

Color information

#BADAF4 (or 0xBADAF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and F4. RGB value is (186,218,244). Sum of RGB (Red+Green+Blue) = 186+218+244=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #BADAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF4 is #45250B. Grayscale: #D3D3D3. Windows color (decimal): -4531468 or 16046778. OLE color: 16046778.

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

Color convert

RGB186218244-
CMYK0.240.1100.04
HSL206.9º72.5%84.31%-
HSV(B)206.9º23.77%95.69%-
XYZ61.6567.1195.29-
YUV211.4146.4109.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 244 (95.70% from 255) = 37.65%
R=28.70%
G=33.64%
B=37.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862182440.240.1100.04206.972.584.31
HexBADAF418B04cf4854
Octal272332364301304317110124
Binary10111010110110101111010011000101101001100111110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAF4; }

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

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

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

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

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

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

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

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