#BAD6F3

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

Shades of Pale Cornflower Blue #BAD6F3

Tints of Pale Cornflower Blue #BAD6F3

Color information

#BAD6F3 (or 0xBAD6F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D6 and F3. RGB value is (186,214,243). Sum of RGB (Red+Green+Blue) = 186+214+243=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6F3 is #45290C. Grayscale: #D0D0D0. Windows color (decimal): -4532493 or 15980218. OLE color: 15980218.

HSL color Cylindrical-coordinate representation of color #BAD6F3: hue angle of 210.53º degrees, saturation: 0.7, 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 #BAD6F3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186214243-
CMYK0.230.1200.05
HSL210.53º70.37%84.12%-
HSV(B)210.53º23.46%95.29%-
XYZ60.476594.15-
YUV208.93147.22111.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=28.93%
G=33.28%
B=37.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862142430.230.1200.05210.5370.3784.12
HexBAD6F317C05d34654
Octal272326363271405323106124
Binary10111010110101101111001110111110001011101001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6F3; }

 p { color: rgb(186,214,243); }

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

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

 a { background-color: rgb(186,214,243); }

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

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

 span { border-color: rgb(186,214,243); }

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