Html Css Color HEX #BAD3DC Light Blue

📋 copy color: '#BAD3DC'

red 186 ◦ green 211 ◦ blue 220

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

Shades of Light Blue #BAD3DC

Tints of Light Blue #BAD3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.2%

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

R = 30.15%
G = 34.2%
B = 35.66%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAD3DC (or 0xBAD3DC) is known color: Light Blue. HEX triplet: BA, D3 and DC. RGB value is (186,211,220). Sum of RGB (Red+Green+Blue) = 186+211+220=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3DC is #452C23. Grayscale: #CCCCCC. Windows color (decimal): -4533284 or 14472122. OLE color: 14472122.

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

Color convert

RGB 186 211 220 -
CMYK 0.15 0.04 0 0.14
HSL 195.88º 0.33% 0.8% -
HSV(B) 195.88º 0.15% 0.86% -
XYZ 56.46 62.19 76.74 -
YUV 204.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 186 211 220 0.15 0.04 0 0.14 195.88 0.33 0.8
Hex BA D3 DC F 4 0 E C4 21 50
Octal 272 323 334 17 4 0 16 304 41 120
Binary 10111010 11010011 11011100 1111 100 0 1110 11000100 100001 1010000

Color Harmonies of #BAD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3DC

Black with #BAD3DC

Text Example


Text Example

White with #BAD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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