Html Css Color HEX #BAD9E5 Light Blue

📋 copy color: '#BAD9E5'

red 186 ◦ green 217 ◦ blue 229

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

Shades of Light Blue #BAD9E5

Tints of Light Blue #BAD9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 29.43%
G = 34.34%
B = 36.23%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAD9E5 (or 0xBAD9E5) is known color: Light Blue. HEX triplet: BA, D9 and E5. RGB value is (186,217,229). Sum of RGB (Red+Green+Blue) = 186+217+229=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9E5 is #45261A. Grayscale: #D1D1D1. Windows color (decimal): -4531739 or 15063482. OLE color: 15063482.

HSL color Cylindrical-coordinate representation of color #BAD9E5: hue angle of 196.74º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD9E5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 217 229 -
CMYK 0.19 0.05 0 0.10
HSL 196.74º 0.45% 0.81% -
HSV(B) 196.74º 0.19% 0.9% -
XYZ 59.21 65.72 83.69 -
YUV 209.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 186 217 229 0.19 0.05 0 0.10 196.74 0.45 0.81
Hex BA D9 E5 13 5 0 A C5 2D 51
Octal 272 331 345 23 5 0 12 305 55 121
Binary 10111010 11011001 11100101 10011 101 0 1010 11000101 101101 1010001

Color Harmonies of #BAD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD9E5

Black with #BAD9E5

Text Example


Text Example

White with #BAD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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