Html Css Color HEX #BAD8EC Light Blue

📋 copy color: '#BAD8EC'

red 186 ◦ green 216 ◦ blue 236

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

Shades of Light Blue #BAD8EC

Tints of Light Blue #BAD8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.86%

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

R = 29.15%
G = 33.86%
B = 36.99%

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

#BAD8EC (or 0xBAD8EC) is known color: Light Blue. HEX triplet: BA, D8 and EC. RGB value is (186,216,236). Sum of RGB (Red+Green+Blue) = 186+216+236=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8EC is #452713. Grayscale: #D1D1D1. Windows color (decimal): -4531988 or 15521978. OLE color: 15521978.

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

Color convert

RGB 186 216 236 -
CMYK 0.21 0.08 0 0.07
HSL 204º 0.57% 0.83% -
HSV(B) 204º 0.21% 0.93% -
XYZ 59.95 65.61 88.86 -
YUV 209.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 186 216 236 0.21 0.08 0 0.07 204 0.57 0.83
Hex BA D8 EC 15 8 0 7 CC 39 53
Octal 272 330 354 25 10 0 7 314 71 123
Binary 10111010 11011000 11101100 10101 1000 0 111 11001100 111001 1010011

Color Harmonies of #BAD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD8EC

Black with #BAD8EC

Text Example


Text Example

White with #BAD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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