Html Css Color HEX #B8DEDB Scandal

📋 copy color: '#B8DEDB'

red 184 ◦ green 222 ◦ blue 219

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

Shades of Scandal #B8DEDB

Tints of Scandal #B8DEDB

RGB

 RED value IS 184 (72.27% from 255) = 29.44%

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

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

R = 29.44%
G = 35.52%
B = 35.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B8DEDB (or 0xB8DEDB) is known color: Scandal. HEX triplet: B8, DE and DB. RGB value is (184,222,219). Sum of RGB (Red+Green+Blue) = 184+222+219=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DEDB is #472124. Grayscale: #D2D2D2. Windows color (decimal): -4661541 or 14409400. OLE color: 14409400.

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

Color convert

RGB 184 222 219 -
CMYK 0.17 0 0.01 0.13
HSL 175.26º 0.37% 0.8% -
HSV(B) 175.26º 0.17% 0.87% -
XYZ 58.67 67.55 76.96 -
YUV 210.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 184 222 219 0.17 0 0.01 0.13 175.26 0.37 0.8
Hex B8 DE DB 11 0 1 D AF 25 50
Octal 270 336 333 21 0 1 15 257 45 120
Binary 10111000 11011110 11011011 10001 0 1 1101 10101111 100101 1010000

Color Harmonies of #B8DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DEDB

Black with #B8DEDB

Text Example


Text Example

White with #B8DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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