Html Css Color HEX #BAD6EC Pale Cornflower Blue

📋 copy color: '#BAD6EC'

red 186 ◦ green 214 ◦ blue 236

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

Shades of Pale Cornflower Blue #BAD6EC

Tints of Pale Cornflower Blue #BAD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.65%

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

R = 29.25%
G = 33.65%
B = 37.11%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAD6EC (or 0xBAD6EC) is known color: Pale Cornflower Blue. HEX triplet: BA, D6 and EC. RGB value is (186,214,236). Sum of RGB (Red+Green+Blue) = 186+214+236=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6EC is #452913. Grayscale: #D0D0D0. Windows color (decimal): -4532500 or 15521466. OLE color: 15521466.

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

Color convert

RGB 186 214 236 -
CMYK 0.21 0.09 0 0.07
HSL 206.4º 0.57% 0.83% -
HSV(B) 206.4º 0.21% 0.93% -
XYZ 59.44 64.59 88.69 -
YUV 208.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 186 214 236 0.21 0.09 0 0.07 206.4 0.57 0.83
Hex BA D6 EC 15 9 0 7 CE 39 53
Octal 272 326 354 25 11 0 7 316 71 123
Binary 10111010 11010110 11101100 10101 1001 0 111 11001110 111001 1010011

Color Harmonies of #BAD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD6EC

Black with #BAD6EC

Text Example


Text Example

White with #BAD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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