#BADAF7

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

Shades of Pale Cornflower Blue #BADAF7

Tints of Pale Cornflower Blue #BADAF7

Color information

#BADAF7 (or 0xBADAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and F7. RGB value is (186,218,247). Sum of RGB (Red+Green+Blue) = 186+218+247=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #BADAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF7 is #452508. Grayscale: #D3D3D3. Windows color (decimal): -4531465 or 16243386. OLE color: 16243386.

HSL color Cylindrical-coordinate representation of color #BADAF7: hue angle of 208.52º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADAF7 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186218247-
CMYK0.250.1200.03
HSL208.52º79.22%84.9%-
HSV(B)208.52º24.7%96.86%-
XYZ62.1167.397.71-
YUV211.74147.9109.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 247 (96.88% from 255) = 37.94%
R=28.57%
G=33.49%
B=37.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862182470.250.1200.03208.5279.2284.9
HexBADAF719C03d14f55
Octal272332367311403321117125
Binary1011101011011010111101111100111000111101000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAF7; }

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

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

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

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

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

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

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

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