#BAD5DB

Color #BAD5DB Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BAD5DB

Tints of Light Blue #BAD5DB

Color information

#BAD5DB (or 0xBAD5DB) is unknown color: approx Light Blue. HEX triplet: BA, D5 and DB. RGB value is (186,213,219). Sum of RGB (Red+Green+Blue) = 186+213+219=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5DB is #452A24. Grayscale: #CDCDCD. Windows color (decimal): -4532773 or 14407098. OLE color: 14407098.

HSL color Cylindrical-coordinate representation of color #BAD5DB: hue angle of 190.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAD5DB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186213219-
CMYK0.150.0300.14
HSL190.91º31.43%79.41%-
HSV(B)190.91º15.07%85.88%-
XYZ56.8363.1476.21-
YUV205.61135.55114.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=30.10%
G=34.47%
B=35.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862132190.150.0300.14190.9131.4379.41
HexBAD5DBF30Ebf1f4f
Octal27232533317301627737117
Binary1011101011010101110110111111110111010111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5DB; }

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

 H1.HeaderClassName
 {
   color: #BAD5DB;
 }
 .AnyTagClassName
 {
   color: #BAD5DB;
 }
</style>
background-color css

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

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

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

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

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

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