Html Css Color HEX #BAD5DE Light Blue

📋 copy color: '#BAD5DE'

red 186 ◦ green 213 ◦ blue 222

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

Shades of Light Blue #BAD5DE

Tints of Light Blue #BAD5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 29.95%
G = 34.3%
B = 35.75%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAD5DE (or 0xBAD5DE) is known color: Light Blue. HEX triplet: BA, D5 and DE. RGB value is (186,213,222). Sum of RGB (Red+Green+Blue) = 186+213+222=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5DE is #452A21. Grayscale: #CDCDCD. Windows color (decimal): -4532770 or 14603706. OLE color: 14603706.

HSL color Cylindrical-coordinate representation of color #BAD5DE: hue angle of 195º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAD5DE is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 213 222 -
CMYK 0.16 0.04 0 0.13
HSL 195º 0.35% 0.8% -
HSV(B) 195º 0.16% 0.87% -
XYZ 57.23 63.3 78.31 -
YUV 205.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 186 213 222 0.16 0.04 0 0.13 195 0.35 0.8
Hex BA D5 DE 10 4 0 D C3 23 50
Octal 272 325 336 20 4 0 15 303 43 120
Binary 10111010 11010101 11011110 10000 100 0 1101 11000011 100011 1010000

Color Harmonies of #BAD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5DE

Black with #BAD5DE

Text Example


Text Example

White with #BAD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5DE; }

 p { color: rgb(186,213,222); }

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

background-color css

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

 a { background-color: rgb(186,213,222); }

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

border-color css

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

 span { border-color: rgb(186,213,222); }

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