Html Css Color HEX #BAD9E8 Light Blue

📋 copy color: '#BAD9E8'

red 186 ◦ green 217 ◦ blue 232

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

Shades of Light Blue #BAD9E8

Tints of Light Blue #BAD9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.54%

R = 29.29%
G = 34.17%
B = 36.54%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAD9E8 (or 0xBAD9E8) is known color: Light Blue. HEX triplet: BA, D9 and E8. RGB value is (186,217,232). Sum of RGB (Red+Green+Blue) = 186+217+232=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAD9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9E8 is #452617. Grayscale: #D1D1D1. Windows color (decimal): -4531736 or 15260090. OLE color: 15260090.

HSL color Cylindrical-coordinate representation of color #BAD9E8: hue angle of 199.57º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAD9E8 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 217 232 -
CMYK 0.20 0.06 0 0.09
HSL 199.57º 0.5% 0.82% -
HSV(B) 199.57º 0.2% 0.91% -
XYZ 59.63 65.89 85.92 -
YUV 209.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 186 217 232 0.20 0.06 0 0.09 199.57 0.5 0.82
Hex BA D9 E8 14 6 0 9 C8 32 52
Octal 272 331 350 24 6 0 11 310 62 122
Binary 10111010 11011001 11101000 10100 110 0 1001 11001000 110010 1010010

Color Harmonies of #BAD9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD9E8

Black with #BAD9E8

Text Example


Text Example

White with #BAD9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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