#BAD5EB

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

Shades of Pale Cornflower Blue #BAD5EB

Tints of Pale Cornflower Blue #BAD5EB

Color information

#BAD5EB (or 0xBAD5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and EB. RGB value is (186,213,235). Sum of RGB (Red+Green+Blue) = 186+213+235=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5EB is #452A14. Grayscale: #CFCFCF. Windows color (decimal): -4532757 or 15455674. OLE color: 15455674.

HSL color Cylindrical-coordinate representation of color #BAD5EB: hue angle of 206.94º 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 #BAD5EB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186213235-
CMYK0.210.0900.08
HSL206.94º55.06%82.55%-
HSV(B)206.94º20.85%92.16%-
XYZ59.0464.0387.84-
YUV207.43143.55112.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=29.34%
G=33.60%
B=37.07%

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
Decimal1862132350.210.0900.08206.9455.0682.55
HexBAD5EB15908cf3753
Octal272325353251101031767123
Binary10111010110101011110101110101100101000110011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5EB; }

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

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

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

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

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

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

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

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