Html Css Color HEX #BAD2DC Light Blue

📋 copy color: '#BAD2DC'

red 186 ◦ green 210 ◦ blue 220

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

Shades of Light Blue #BAD2DC

Tints of Light Blue #BAD2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.09%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 30.19%
G = 34.09%
B = 35.71%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAD2DC (or 0xBAD2DC) is known color: Light Blue. HEX triplet: BA, D2 and DC. RGB value is (186,210,220). Sum of RGB (Red+Green+Blue) = 186+210+220=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2DC is #452D23. Grayscale: #CBCBCB. Windows color (decimal): -4533540 or 14471866. OLE color: 14471866.

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

Color convert

RGB 186 210 220 -
CMYK 0.15 0.05 0 0.14
HSL 197.65º 0.33% 0.8% -
HSV(B) 197.65º 0.15% 0.86% -
XYZ 56.21 61.7 76.66 -
YUV 203.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 186 210 220 0.15 0.05 0 0.14 197.65 0.33 0.8
Hex BA D2 DC F 5 0 E C6 21 50
Octal 272 322 334 17 5 0 16 306 41 120
Binary 10111010 11010010 11011100 1111 101 0 1110 11000110 100001 1010000

Color Harmonies of #BAD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2DC

Black with #BAD2DC

Text Example


Text Example

White with #BAD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2DC; }

 p { color: rgb(186,210,220); }

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

background-color css

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

 a { background-color: rgb(186,210,220); }

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

border-color css

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

 span { border-color: rgb(186,210,220); }

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