#BAD5EA

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

Shades of Pale Cornflower Blue #BAD5EA

Tints of Pale Cornflower Blue #BAD5EA

Color information

#BAD5EA (or 0xBAD5EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and EA. RGB value is (186,213,234). Sum of RGB (Red+Green+Blue) = 186+213+234=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5EA is #452A15. Grayscale: #CFCFCF. Windows color (decimal): -4532758 or 15390138. OLE color: 15390138.

HSL color Cylindrical-coordinate representation of color #BAD5EA: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD5EA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186213234-
CMYK0.210.0900.08
HSL206.25º53.33%82.35%-
HSV(B)206.25º20.51%91.76%-
XYZ58.963.9787.08-
YUV207.32143.05112.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=29.38%
G=33.65%
B=36.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862132340.210.0900.08206.2553.3382.35
HexBAD5EA15908ce3552
Octal272325352251101031665122
Binary10111010110101011110101010101100101000110011101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5EA; }

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

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

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

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

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

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

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

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