Html Css Color HEX #BAD7D4 Scandal

📋 copy color: '#BAD7D4'

red 186 ◦ green 215 ◦ blue 212

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

Shades of Scandal #BAD7D4

Tints of Scandal #BAD7D4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.07%

 BLUE value IS 212 (83.2% from 255) = 34.58%

R = 30.34%
G = 35.07%
B = 34.58%

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

#BAD7D4 (or 0xBAD7D4) is known color: Scandal. HEX triplet: BA, D7 and D4. RGB value is (186,215,212). Sum of RGB (Red+Green+Blue) = 186+215+212=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7D4 is #45282B. Grayscale: #CDCDCD. Windows color (decimal): -4532268 or 13948858. OLE color: 13948858.

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

Color convert

RGB 186 215 212 -
CMYK 0.13 0 0.01 0.16
HSL 173.79º 0.27% 0.79% -
HSV(B) 173.79º 0.13% 0.84% -
XYZ 56.43 63.79 71.63 -
YUV 205.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 186 215 212 0.13 0 0.01 0.16 173.79 0.27 0.79
Hex BA D7 D4 D 0 1 10 AE 1B 4F
Octal 272 327 324 15 0 1 20 256 33 117
Binary 10111010 11010111 11010100 1101 0 1 10000 10101110 11011 1001111

Color Harmonies of #BAD7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD7D4

Black with #BAD7D4

Text Example


Text Example

White with #BAD7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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