#BADBF6

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

Shades of Pale Cornflower Blue #BADBF6

Tints of Pale Cornflower Blue #BADBF6

Color information

#BADBF6 (or 0xBADBF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and F6. RGB value is (186,219,246). Sum of RGB (Red+Green+Blue) = 186+219+246=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #BADBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBF6 is #452409. Grayscale: #D4D4D4. Windows color (decimal): -4531210 or 16178106. OLE color: 16178106.

HSL color Cylindrical-coordinate representation of color #BADBF6: hue angle of 207º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADBF6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186219246-
CMYK0.240.1100.04
HSL207º76.92%84.71%-
HSV(B)207º24.39%96.47%-
XYZ62.2267.7696.99-
YUV212.21147.07109.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 246 (96.48% from 255) = 37.79%
R=28.57%
G=33.64%
B=37.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862192460.240.1100.0420776.9284.71
HexBADBF618B04cf4d55
Octal272333366301304317115125
Binary10111010110110111111011011000101101001100111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBF6; }

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

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

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

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

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

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

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

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