Html Css Color HEX #BAD1D7 Light Blue

📋 copy color: '#BAD1D7'

red 186 ◦ green 209 ◦ blue 215

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

Shades of Light Blue #BAD1D7

Tints of Light Blue #BAD1D7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.26%

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 30.49%
G = 34.26%
B = 35.25%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAD1D7 (or 0xBAD1D7) is known color: Light Blue. HEX triplet: BA, D1 and D7. RGB value is (186,209,215). Sum of RGB (Red+Green+Blue) = 186+209+215=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAD1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1D7 is #452E28. Grayscale: #CACACA. Windows color (decimal): -4533801 or 14143930. OLE color: 14143930.

HSL color Cylindrical-coordinate representation of color #BAD1D7: hue angle of 192.41º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD1D7 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 209 215 -
CMYK 0.13 0.03 0 0.16
HSL 192.41º 0.27% 0.79% -
HSV(B) 192.41º 0.13% 0.84% -
XYZ 55.32 60.95 73.14 -
YUV 202.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 186 209 215 0.13 0.03 0 0.16 192.41 0.27 0.79
Hex BA D1 D7 D 3 0 10 C0 1B 4F
Octal 272 321 327 15 3 0 20 300 33 117
Binary 10111010 11010001 11010111 1101 11 0 10000 11000000 11011 1001111

Color Harmonies of #BAD1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD1D7

Black with #BAD1D7

Text Example


Text Example

White with #BAD1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD1D7; }

 p { color: rgb(186,209,215); }

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

background-color css

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

 a { background-color: rgb(186,209,215); }

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

border-color css

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

 span { border-color: rgb(186,209,215); }

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