#BADDFE

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

Shades of Pale Cornflower Blue #BADDFE

Tints of Pale Cornflower Blue #BADDFE

Color information

#BADDFE (or 0xBADDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DD and FE. RGB value is (186,221,254). Sum of RGB (Red+Green+Blue) = 186+221+254=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDFE is #452201. Grayscale: #D6D6D6. Windows color (decimal): -4530690 or 16702906. OLE color: 16702906.

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

Color convert

RGB186221254-
CMYK0.270.1300.00
HSL209.12º97.14%86.27%-
HSV(B)209.12º26.77%99.61%-
XYZ6469.31103.77-
YUV214.3150.4107.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=28.14%
G=33.43%
B=38.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862212540.270.1300.00209.1297.1486.27
HexBADDFE1BD00d16156
Octal272335376331500321141126
Binary101110101101110111111110110111101001101000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDFE; }

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

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

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

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

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

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

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

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