#BADBF8

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

Shades of Pale Cornflower Blue #BADBF8

Tints of Pale Cornflower Blue #BADBF8

Color information

#BADBF8 (or 0xBADBF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and F8. RGB value is (186,219,248). Sum of RGB (Red+Green+Blue) = 186+219+248=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #BADBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBF8 is #452407. Grayscale: #D4D4D4. Windows color (decimal): -4531208 or 16309178. OLE color: 16309178.

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

Color convert

RGB186219248-
CMYK0.250.1200.03
HSL208.06º81.58%85.1%-
HSV(B)208.06º25%97.25%-
XYZ62.5267.8898.61-
YUV212.44148.07109.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 248 (97.27% from 255) = 37.98%
R=28.48%
G=33.54%
B=37.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862192480.250.1200.03208.0681.5885.1
HexBADBF819C03d05255
Octal272333370311403320122125
Binary1011101011011011111110001100111000111101000010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBF8; }

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

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

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

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

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

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

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

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