Html Css Color HEX #B8DEDA Scandal

📋 copy color: '#B8DEDA'

red 184 ◦ green 222 ◦ blue 218

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

Shades of Scandal #B8DEDA

Tints of Scandal #B8DEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 29.49%
G = 35.58%
B = 34.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B8DEDA (or 0xB8DEDA) is known color: Scandal. HEX triplet: B8, DE and DA. RGB value is (184,222,218). Sum of RGB (Red+Green+Blue) = 184+222+218=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DEDA is #472125. Grayscale: #D2D2D2. Windows color (decimal): -4661542 or 14343864. OLE color: 14343864.

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

Color convert

RGB 184 222 218 -
CMYK 0.17 0 0.02 0.13
HSL 173.68º 0.37% 0.8% -
HSV(B) 173.68º 0.17% 0.87% -
XYZ 58.54 67.49 76.27 -
YUV 210.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 184 222 218 0.17 0 0.02 0.13 173.68 0.37 0.8
Hex B8 DE DA 11 0 2 D AE 25 50
Octal 270 336 332 21 0 2 15 256 45 120
Binary 10111000 11011110 11011010 10001 0 10 1101 10101110 100101 1010000

Color Harmonies of #B8DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DEDA

Black with #B8DEDA

Text Example


Text Example

White with #B8DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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