#BAD4EB

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

Shades of Pale Cornflower Blue #BAD4EB

Tints of Pale Cornflower Blue #BAD4EB

Color information

#BAD4EB (or 0xBAD4EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and EB. RGB value is (186,212,235). Sum of RGB (Red+Green+Blue) = 186+212+235=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4EB is #452B14. Grayscale: #CECECE. Windows color (decimal): -4533013 or 15455418. OLE color: 15455418.

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

Color convert

RGB186212235-
CMYK0.210.1000.08
HSL208.16º55.06%82.55%-
HSV(B)208.16º20.85%92.16%-
XYZ58.7963.5287.76-
YUV206.85143.89113.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=29.38%
G=33.49%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862122350.210.1000.08208.1655.0682.55
HexBAD4EB15A08d03753
Octal272324353251201032067123
Binary10111010110101001110101110101101001000110100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4EB; }

 p { color: rgb(186,212,235); }

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

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

 a { background-color: rgb(186,212,235); }

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

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

 span { border-color: rgb(186,212,235); }

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