Html Css Color HEX #BAD4DB Light Blue

📋 copy color: '#BAD4DB'

red 186 ◦ green 212 ◦ blue 219

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

Shades of Light Blue #BAD4DB

Tints of Light Blue #BAD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.36%

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

R = 30.15%
G = 34.36%
B = 35.49%

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

#BAD4DB (or 0xBAD4DB) is known color: Light Blue. HEX triplet: BA, D4 and DB. RGB value is (186,212,219). Sum of RGB (Red+Green+Blue) = 186+212+219=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4DB is #452B24. Grayscale: #CCCCCC. Windows color (decimal): -4533029 or 14406842. OLE color: 14406842.

HSL color Cylindrical-coordinate representation of color #BAD4DB: hue angle of 192.73º 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 #BAD4DB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 212 219 -
CMYK 0.15 0.03 0 0.14
HSL 192.73º 0.31% 0.79% -
HSV(B) 192.73º 0.15% 0.86% -
XYZ 56.58 62.64 76.13 -
YUV 205.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 186 212 219 0.15 0.03 0 0.14 192.73 0.31 0.79
Hex BA D4 DB F 3 0 E C1 1F 4F
Octal 272 324 333 17 3 0 16 301 37 117
Binary 10111010 11010100 11011011 1111 11 0 1110 11000001 11111 1001111

Color Harmonies of #BAD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4DB

Black with #BAD4DB

Text Example


Text Example

White with #BAD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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