#BADBFE

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

Shades of Pale Cornflower Blue #BADBFE

Tints of Pale Cornflower Blue #BADBFE

Color information

#BADBFE (or 0xBADBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and FE. RGB value is (186,219,254). Sum of RGB (Red+Green+Blue) = 186+219+254=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBFE is #452401. Grayscale: #D4D4D4. Windows color (decimal): -4531202 or 16702394. OLE color: 16702394.

HSL color Cylindrical-coordinate representation of color #BADBFE: hue angle of 210.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BADBFE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186219254-
CMYK0.270.1400.00
HSL210.88º97.14%86.27%-
HSV(B)210.88º26.77%99.61%-
XYZ63.4768.26103.6-
YUV213.12151.07108.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=28.22%
G=33.23%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862192540.270.1400.00210.8897.1486.27
HexBADBFE1BE00d36156
Octal272333376331600323141126
Binary101110101101101111111110110111110001101001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBFE; }

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

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

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

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

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

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

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

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