#BAD8F8

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

Shades of Pale Cornflower Blue #BAD8F8

Tints of Pale Cornflower Blue #BAD8F8

Color information

#BAD8F8 (or 0xBAD8F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D8 and F8. RGB value is (186,216,248). Sum of RGB (Red+Green+Blue) = 186+216+248=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAD8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8F8 is #452707. Grayscale: #D2D2D2. Windows color (decimal): -4531976 or 16308410. OLE color: 16308410.

HSL color Cylindrical-coordinate representation of color #BAD8F8: hue angle of 210.97º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD8F8 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186216248-
CMYK0.250.1300.03
HSL210.97º81.58%85.1%-
HSV(B)210.97º25%97.25%-
XYZ61.7566.3398.36-
YUV210.68149.06110.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 216 (84.77% from 255) = 33.23%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=28.62%
G=33.23%
B=38.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862162480.250.1300.03210.9781.5885.1
HexBAD8F819D03d35255
Octal272330370311503323122125
Binary1011101011011000111110001100111010111101001110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8F8; }

 p { color: rgb(186,216,248); }

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

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

 a { background-color: rgb(186,216,248); }

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

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

 span { border-color: rgb(186,216,248); }

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