Html Css Color HEX #BAD5D0 Scandal

📋 copy color: '#BAD5D0'

red 186 ◦ green 213 ◦ blue 208

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

Shades of Scandal #BAD5D0

Tints of Scandal #BAD5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.27%

R = 30.64%
G = 35.09%
B = 34.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#BAD5D0 (or 0xBAD5D0) is known color: Scandal. HEX triplet: BA, D5 and D0. RGB value is (186,213,208). Sum of RGB (Red+Green+Blue) = 186+213+208=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5D0 is #452A2F. Grayscale: #CCCCCC. Windows color (decimal): -4532784 or 13686202. OLE color: 13686202.

HSL color Cylindrical-coordinate representation of color #BAD5D0: hue angle of 168.89º 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 #BAD5D0 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 208 -
CMYK 0.13 0 0.02 0.16
HSL 168.89º 0.24% 0.78% -
HSV(B) 168.89º 0.13% 0.84% -
XYZ 55.43 62.58 68.83 -
YUV 204.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 186 213 208 0.13 0 0.02 0.16 168.89 0.24 0.78
Hex BA D5 D0 D 0 2 10 A9 18 4E
Octal 272 325 320 15 0 2 20 251 30 116
Binary 10111010 11010101 11010000 1101 0 10 10000 10101001 11000 1001110

Color Harmonies of #BAD5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5D0

Black with #BAD5D0

Text Example


Text Example

White with #BAD5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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