#BAD5F0

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

Shades of Pale Cornflower Blue #BAD5F0

Tints of Pale Cornflower Blue #BAD5F0

Color information

#BAD5F0 (or 0xBAD5F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and F0. RGB value is (186,213,240). Sum of RGB (Red+Green+Blue) = 186+213+240=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5F0 is #452A0F. Grayscale: #CFCFCF. Windows color (decimal): -4532752 or 15783354. OLE color: 15783354.

HSL color Cylindrical-coordinate representation of color #BAD5F0: hue angle of 210º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD5F0 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186213240-
CMYK0.220.1100.06
HSL210º64.29%83.53%-
HSV(B)210º22.5%94.12%-
XYZ59.7764.3291.7-
YUV208146.05112.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=29.11%
G=33.33%
B=37.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862132400.220.1100.0621064.2983.53
HexBAD5F016B06d24054
Octal272325360261306322100124
Binary10111010110101011111000010110101101101101001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5F0; }

 p { color: rgb(186,213,240); }

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

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

 a { background-color: rgb(186,213,240); }

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

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

 span { border-color: rgb(186,213,240); }

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