#BADFFE

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

Shades of Pale Cornflower Blue #BADFFE

Tints of Pale Cornflower Blue #BADFFE

Color information

#BADFFE (or 0xBADFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DF and FE. RGB value is (186,223,254). Sum of RGB (Red+Green+Blue) = 186+223+254=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFFE is #452001. Grayscale: #D7D7D7. Windows color (decimal): -4530178 or 16703418. OLE color: 16703418.

HSL color Cylindrical-coordinate representation of color #BADFFE: hue angle of 207.35º 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 #BADFFE is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186223254-
CMYK0.270.1200.00
HSL207.35º97.14%86.27%-
HSV(B)207.35º26.77%99.61%-
XYZ64.5370.37103.95-
YUV215.47149.74106.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=28.05%
G=33.63%
B=38.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862232540.270.1200.00207.3597.1486.27
HexBADFFE1BC00cf6156
Octal272337376331400317141126
Binary101110101101111111111110110111100001100111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFFE; }

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

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

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

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

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

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

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

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