Html Css Color HEX #BAD5DB Light Blue

📋 copy color: '#BAD5DB'

red 186 ◦ green 213 ◦ blue 219

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

Shades of Light Blue #BAD5DB

Tints of Light Blue #BAD5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 30.1%
G = 34.47%
B = 35.44%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAD5DB (or 0xBAD5DB) is known color: 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

RGB 186 213 219 -
CMYK 0.15 0.03 0 0.14
HSL 190.91º 0.31% 0.79% -
HSV(B) 190.91º 0.15% 0.86% -
XYZ 56.83 63.14 76.21 -
YUV 205.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 186 213 219 0.15 0.03 0 0.14 190.91 0.31 0.79
Hex BA D5 DB F 3 0 E BF 1F 4F
Octal 272 325 333 17 3 0 16 277 37 117
Binary 10111010 11010101 11011011 1111 11 0 1110 10111111 11111 1001111

Color Harmonies of #BAD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5DB

Black with #BAD5DB

Text Example


Text Example

White with #BAD5DB

Text Example


Text Example

HTML Codes & Css Web 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>