Html Css Color HEX #BAD5D3 Scandal

📋 copy color: '#BAD5D3'

red 186 ◦ green 213 ◦ blue 211

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

Shades of Scandal #BAD5D3

Tints of Scandal #BAD5D3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.92%

 BLUE value IS 211 (82.81% from 255) = 34.59%

R = 30.49%
G = 34.92%
B = 34.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#BAD5D3 (or 0xBAD5D3) is known color: Scandal. HEX triplet: BA, D5 and D3. RGB value is (186,213,211). Sum of RGB (Red+Green+Blue) = 186+213+211=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5D3 is #452A2C. Grayscale: #CCCCCC. Windows color (decimal): -4532781 or 13882810. OLE color: 13882810.

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

Color convert

RGB 186 213 211 -
CMYK 0.13 0 0.01 0.16
HSL 175.56º 0.24% 0.78% -
HSV(B) 175.56º 0.13% 0.84% -
XYZ 55.8 62.73 70.8 -
YUV 204.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 186 213 211 0.13 0 0.01 0.16 175.56 0.24 0.78
Hex BA D5 D3 D 0 1 10 B0 18 4E
Octal 272 325 323 15 0 1 20 260 30 116
Binary 10111010 11010101 11010011 1101 0 1 10000 10110000 11000 1001110

Color Harmonies of #BAD5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5D3

Black with #BAD5D3

Text Example


Text Example

White with #BAD5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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