Html Css Color HEX #BAD6D0 Scandal

📋 copy color: '#BAD6D0'

red 186 ◦ green 214 ◦ blue 208

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

Shades of Scandal #BAD6D0

Tints of Scandal #BAD6D0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.2%

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

R = 30.59%
G = 35.2%
B = 34.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BAD6D0 (or 0xBAD6D0) is known color: Scandal. HEX triplet: BA, D6 and D0. RGB value is (186,214,208). Sum of RGB (Red+Green+Blue) = 186+214+208=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6D0 is #45292F. Grayscale: #CCCCCC. Windows color (decimal): -4532528 or 13686458. OLE color: 13686458.

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

Color convert

RGB 186 214 208 -
CMYK 0.13 0 0.03 0.16
HSL 167.14º 0.25% 0.78% -
HSV(B) 167.14º 0.13% 0.84% -
XYZ 55.68 63.09 68.92 -
YUV 204.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 186 214 208 0.13 0 0.03 0.16 167.14 0.25 0.78
Hex BA D6 D0 D 0 3 10 A7 19 4E
Octal 272 326 320 15 0 3 20 247 31 116
Binary 10111010 11010110 11010000 1101 0 11 10000 10100111 11001 1001110

Color Harmonies of #BAD6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD6D0

Black with #BAD6D0

Text Example


Text Example

White with #BAD6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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