Html Css Color HEX #BAD4EC Pale Cornflower Blue

📋 copy color: '#BAD4EC'

red 186 ◦ green 212 ◦ blue 236

#BAD4EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BAD4EC

Tints of Pale Cornflower Blue #BAD4EC

RGB

 RED value IS 186 (73.05% from 255) = 29.34%

 GREEN value IS 212 (83.2% from 255) = 33.44%

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 29.34%
G = 33.44%
B = 37.22%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAD4EC (or 0xBAD4EC) is known color: Pale Cornflower Blue. HEX triplet: BA, D4 and EC. RGB value is (186,212,236). Sum of RGB (Red+Green+Blue) = 186+212+236=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4EC is #452B13. Grayscale: #CECECE. Windows color (decimal): -4533012 or 15520954. OLE color: 15520954.

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

Color convert

RGB 186 212 236 -
CMYK 0.21 0.10 0 0.07
HSL 208.8º 0.57% 0.83% -
HSV(B) 208.8º 0.21% 0.93% -
XYZ 58.93 63.58 88.52 -
YUV 206.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 186 212 236 0.21 0.10 0 0.07 208.8 0.57 0.83
Hex BA D4 EC 15 A 0 7 D1 39 53
Octal 272 324 354 25 12 0 7 321 71 123
Binary 10111010 11010100 11101100 10101 1010 0 111 11010001 111001 1010011

Color Harmonies of #BAD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4EC

Black with #BAD4EC

Text Example


Text Example

White with #BAD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4EC; }

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

 H1.HeaderClassName
 {
   color: #BAD4EC;
 }
 .AnyTagClassName
 {
   color: #BAD4EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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