Html Css Color HEX #BAD3DF Light Blue

📋 copy color: '#BAD3DF'

red 186 ◦ green 211 ◦ blue 223

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

Shades of Light Blue #BAD3DF

Tints of Light Blue #BAD3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 30%
G = 34.03%
B = 35.97%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAD3DF (or 0xBAD3DF) is known color: Light Blue. HEX triplet: BA, D3 and DF. RGB value is (186,211,223). Sum of RGB (Red+Green+Blue) = 186+211+223=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3DF is #452C20. Grayscale: #CCCCCC. Windows color (decimal): -4533281 or 14668730. OLE color: 14668730.

HSL color Cylindrical-coordinate representation of color #BAD3DF: hue angle of 199.46º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD3DF is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 211 223 -
CMYK 0.17 0.05 0 0.13
HSL 199.46º 0.37% 0.8% -
HSV(B) 199.46º 0.17% 0.87% -
XYZ 56.86 62.36 78.85 -
YUV 204.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 186 211 223 0.17 0.05 0 0.13 199.46 0.37 0.8
Hex BA D3 DF 11 5 0 D C7 25 50
Octal 272 323 337 21 5 0 15 307 45 120
Binary 10111010 11010011 11011111 10001 101 0 1101 11000111 100101 1010000

Color Harmonies of #BAD3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3DF

Black with #BAD3DF

Text Example


Text Example

White with #BAD3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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