#BADBFA

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

Shades of Pale Cornflower Blue #BADBFA

Tints of Pale Cornflower Blue #BADBFA

Color information

#BADBFA (or 0xBADBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and FA. RGB value is (186,219,250). Sum of RGB (Red+Green+Blue) = 186+219+250=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #BADBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBFA is #452405. Grayscale: #D4D4D4. Windows color (decimal): -4531206 or 16440250. OLE color: 16440250.

HSL color Cylindrical-coordinate representation of color #BADBFA: hue angle of 209.06º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADBFA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186219250-
CMYK0.260.1200.02
HSL209.06º86.49%85.49%-
HSV(B)209.06º25.6%98.04%-
XYZ62.8468100.26-
YUV212.67149.07108.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=28.40%
G=33.44%
B=38.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862192500.260.1200.02209.0686.4985.49
HexBADBFA1AC02d15655
Octal272333372321402321126125
Binary1011101011011011111110101101011000101101000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBFA; }

 p { color: rgb(186,219,250); }

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

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

 a { background-color: rgb(186,219,250); }

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

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

 span { border-color: rgb(186,219,250); }

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