Html Css Color HEX #BADEDB Scandal

📋 copy color: '#BADEDB'

red 186 ◦ green 222 ◦ blue 219

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

Shades of Scandal #BADEDB

Tints of Scandal #BADEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.41%

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

R = 29.67%
G = 35.41%
B = 34.93%

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

#BADEDB (or 0xBADEDB) is known color: Scandal. HEX triplet: BA, DE and DB. RGB value is (186,222,219). Sum of RGB (Red+Green+Blue) = 186+222+219=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEDB is #452124. Grayscale: #D2D2D2. Windows color (decimal): -4530469 or 14409402. OLE color: 14409402.

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

Color convert

RGB 186 222 219 -
CMYK 0.16 0 0.01 0.13
HSL 175º 0.35% 0.8% -
HSV(B) 175º 0.16% 0.87% -
XYZ 59.16 67.8 76.99 -
YUV 210.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 186 222 219 0.16 0 0.01 0.13 175 0.35 0.8
Hex BA DE DB 10 0 1 D AF 23 50
Octal 272 336 333 20 0 1 15 257 43 120
Binary 10111010 11011110 11011011 10000 0 1 1101 10101111 100011 1010000

Color Harmonies of #BADEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEDB

Black with #BADEDB

Text Example


Text Example

White with #BADEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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