Html Css Color HEX #BADDDB Scandal

📋 copy color: '#BADDDB'

red 186 ◦ green 221 ◦ blue 219

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

Shades of Scandal #BADDDB

Tints of Scandal #BADDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.3%

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 29.71%
G = 35.3%
B = 34.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BADDDB (or 0xBADDDB) is known color: Scandal. HEX triplet: BA, DD and DB. RGB value is (186,221,219). Sum of RGB (Red+Green+Blue) = 186+221+219=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDDB is #452224. Grayscale: #D2D2D2. Windows color (decimal): -4530725 or 14409146. OLE color: 14409146.

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

Color convert

RGB 186 221 219 -
CMYK 0.16 0 0.01 0.13
HSL 176.57º 0.34% 0.8% -
HSV(B) 176.57º 0.16% 0.87% -
XYZ 58.89 67.27 76.9 -
YUV 210.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 186 221 219 0.16 0 0.01 0.13 176.57 0.34 0.8
Hex BA DD DB 10 0 1 D B1 22 50
Octal 272 335 333 20 0 1 15 261 42 120
Binary 10111010 11011101 11011011 10000 0 1 1101 10110001 100010 1010000

Color Harmonies of #BADDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDDB

Black with #BADDDB

Text Example


Text Example

White with #BADDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDDB; }

 p { color: rgb(186,221,219); }

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

background-color css

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

 a { background-color: rgb(186,221,219); }

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

border-color css

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

 span { border-color: rgb(186,221,219); }

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