Html Css Color HEX #BAD6E5 Light Blue

📋 copy color: '#BAD6E5'

red 186 ◦ green 214 ◦ blue 229

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

Shades of Light Blue #BAD6E5

Tints of Light Blue #BAD6E5

RGB

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

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

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

R = 29.57%
G = 34.02%
B = 36.41%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAD6E5 (or 0xBAD6E5) is known color: Light Blue. HEX triplet: BA, D6 and E5. RGB value is (186,214,229). Sum of RGB (Red+Green+Blue) = 186+214+229=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6E5 is #45291A. Grayscale: #CFCFCF. Windows color (decimal): -4532507 or 15062714. OLE color: 15062714.

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

Color convert

RGB 186 214 229 -
CMYK 0.19 0.07 0 0.10
HSL 200.93º 0.45% 0.81% -
HSV(B) 200.93º 0.19% 0.9% -
XYZ 58.44 64.19 83.44 -
YUV 207.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 186 214 229 0.19 0.07 0 0.10 200.93 0.45 0.81
Hex BA D6 E5 13 7 0 A C9 2D 51
Octal 272 326 345 23 7 0 12 311 55 121
Binary 10111010 11010110 11100101 10011 111 0 1010 11001001 101101 1010001

Color Harmonies of #BAD6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD6E5

Black with #BAD6E5

Text Example


Text Example

White with #BAD6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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