#BAD7FF

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

Shades of Pale Cornflower Blue #BAD7FF

Tints of Pale Cornflower Blue #BAD7FF

Color information

#BAD7FF (or 0xBAD7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D7 and FF. RGB value is (186,215,255). Sum of RGB (Red+Green+Blue) = 186+215+255=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7FF is #452800. Grayscale: #D2D2D2. Windows color (decimal): -4532225 or 16766906. OLE color: 16766906.

HSL color Cylindrical-coordinate representation of color #BAD7FF: hue angle of 214.78º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD7FF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186215255-
CMYK0.270.1600
HSL214.78º100%86.47%-
HSV(B)214.78º27.06%100%-
XYZ62.666.26104.1-
YUV210.89152.89110.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 255 (100% from 255) = 38.87%
R=28.35%
G=32.77%
B=38.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862152550.270.1600214.7810086.47
HexBAD7FF1B1000d76456
Octal272327377332000327144126
Binary1011101011010111111111111101110000001101011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7FF; }

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

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

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

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

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

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

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

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