#BADAF3

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

Shades of Pale Cornflower Blue #BADAF3

Tints of Pale Cornflower Blue #BADAF3

Color information

#BADAF3 (or 0xBADAF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and F3. RGB value is (186,218,243). Sum of RGB (Red+Green+Blue) = 186+218+243=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #BADAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF3 is #45250C. Grayscale: #D3D3D3. Windows color (decimal): -4531469 or 15981242. OLE color: 15981242.

HSL color Cylindrical-coordinate representation of color #BADAF3: hue angle of 206.32º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADAF3 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186218243-
CMYK0.230.1000.05
HSL206.32º70.37%84.12%-
HSV(B)206.32º23.46%95.29%-
XYZ61.567.0594.5-
YUV211.28145.9109.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 243 (95.31% from 255) = 37.56%
R=28.75%
G=33.69%
B=37.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862182430.230.1000.05206.3270.3784.12
HexBADAF317A05ce4654
Octal272332363271205316106124
Binary10111010110110101111001110111101001011100111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAF3; }

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

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

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

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

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

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

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

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