Html Css Color HEX #B6DEDB Scandal

📋 copy color: '#B6DEDB'

red 182 ◦ green 222 ◦ blue 219

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

Shades of Scandal #B6DEDB

Tints of Scandal #B6DEDB

RGB

 RED value IS 182 (71.48% from 255) = 29.21%

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

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

R = 29.21%
G = 35.63%
B = 35.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B6DEDB (or 0xB6DEDB) is known color: Scandal. HEX triplet: B6, DE and DB. RGB value is (182,222,219). Sum of RGB (Red+Green+Blue) = 182+222+219=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DEDB is #492124. Grayscale: #D1D1D1. Windows color (decimal): -4792613 or 14409398. OLE color: 14409398.

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

Color convert

RGB 182 222 219 -
CMYK 0.18 0 0.01 0.13
HSL 175.5º 0.38% 0.79% -
HSV(B) 175.5º 0.18% 0.87% -
XYZ 58.2 67.3 76.94 -
YUV 209.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 182 222 219 0.18 0 0.01 0.13 175.5 0.38 0.79
Hex B6 DE DB 12 0 1 D B0 26 4F
Octal 266 336 333 22 0 1 15 260 46 117
Binary 10110110 11011110 11011011 10010 0 1 1101 10110000 100110 1001111

Color Harmonies of #B6DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DEDB

Black with #B6DEDB

Text Example


Text Example

White with #B6DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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