#BADBF5

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

Shades of Pale Cornflower Blue #BADBF5

Tints of Pale Cornflower Blue #BADBF5

Color information

#BADBF5 (or 0xBADBF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and F5. RGB value is (186,219,245). Sum of RGB (Red+Green+Blue) = 186+219+245=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #BADBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBF5 is #45240A. Grayscale: #D3D3D3. Windows color (decimal): -4531211 or 16112570. OLE color: 16112570.

HSL color Cylindrical-coordinate representation of color #BADBF5: hue angle of 206.44º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADBF5 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186219245-
CMYK0.240.1100.04
HSL206.44º74.68%84.51%-
HSV(B)206.44º24.08%96.08%-
XYZ62.0667.6996.18-
YUV212.1146.57109.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=28.62%
G=33.69%
B=37.69%

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
Decimal1862192450.240.1100.04206.4474.6884.51
HexBADBF518B04ce4b55
Octal272333365301304316113125
Binary10111010110110111111010111000101101001100111010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBF5; }

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

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

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

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

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

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

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

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