Html Css Color HEX #BAD9EC Light Blue

📋 copy color: '#BAD9EC'

red 186 ◦ green 217 ◦ blue 236

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

Shades of Light Blue #BAD9EC

Tints of Light Blue #BAD9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.96%

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

R = 29.11%
G = 33.96%
B = 36.93%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAD9EC (or 0xBAD9EC) is known color: Light Blue. HEX triplet: BA, D9 and EC. RGB value is (186,217,236). Sum of RGB (Red+Green+Blue) = 186+217+236=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9EC is #452613. Grayscale: #D1D1D1. Windows color (decimal): -4531732 or 15522234. OLE color: 15522234.

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

Color convert

RGB 186 217 236 -
CMYK 0.21 0.08 0 0.07
HSL 202.8º 0.57% 0.83% -
HSV(B) 202.8º 0.21% 0.93% -
XYZ 60.2 66.12 88.95 -
YUV 209.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 186 217 236 0.21 0.08 0 0.07 202.8 0.57 0.83
Hex BA D9 EC 15 8 0 7 CB 39 53
Octal 272 331 354 25 10 0 7 313 71 123
Binary 10111010 11011001 11101100 10101 1000 0 111 11001011 111001 1010011

Color Harmonies of #BAD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD9EC

Black with #BAD9EC

Text Example


Text Example

White with #BAD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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