#BAD7F1

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

Shades of Pale Cornflower Blue #BAD7F1

Tints of Pale Cornflower Blue #BAD7F1

Color information

#BAD7F1 (or 0xBAD7F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D7 and F1. RGB value is (186,215,241). Sum of RGB (Red+Green+Blue) = 186+215+241=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7F1 is #45280E. Grayscale: #D1D1D1. Windows color (decimal): -4532239 or 15849402. OLE color: 15849402.

HSL color Cylindrical-coordinate representation of color #BAD7F1: hue angle of 208.36º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD7F1 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186215241-
CMYK0.230.1100.05
HSL208.36º66.27%83.73%-
HSV(B)208.36º22.82%94.51%-
XYZ60.4365.3992.66-
YUV209.29145.89111.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=28.97%
G=33.49%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862152410.230.1100.05208.3666.2783.73
HexBAD7F117B05d04254
Octal272327361271305320102124
Binary10111010110101111111000110111101101011101000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7F1; }

 p { color: rgb(186,215,241); }

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

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

 a { background-color: rgb(186,215,241); }

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

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

 span { border-color: rgb(186,215,241); }

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