Html Css Color HEX #B5DEDA Scandal

📋 copy color: '#B5DEDA'

red 181 ◦ green 222 ◦ blue 218

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

Shades of Scandal #B5DEDA

Tints of Scandal #B5DEDA

RGB

 RED value IS 181 (71.09% from 255) = 29.15%

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

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

R = 29.15%
G = 35.75%
B = 35.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B5DEDA (or 0xB5DEDA) is known color: Scandal. HEX triplet: B5, DE and DA. RGB value is (181,222,218). Sum of RGB (Red+Green+Blue) = 181+222+218=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEDA is #4A2125. Grayscale: #D1D1D1. Windows color (decimal): -4858150 or 14343861. OLE color: 14343861.

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

Color convert

RGB 181 222 218 -
CMYK 0.18 0 0.02 0.13
HSL 174.15º 0.38% 0.79% -
HSV(B) 174.15º 0.18% 0.87% -
XYZ 57.83 67.13 76.24 -
YUV 209.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 181 222 218 0.18 0 0.02 0.13 174.15 0.38 0.79
Hex B5 DE DA 12 0 2 D AE 26 4F
Octal 265 336 332 22 0 2 15 256 46 117
Binary 10110101 11011110 11011010 10010 0 10 1101 10101110 100110 1001111

Color Harmonies of #B5DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DEDA

Black with #B5DEDA

Text Example


Text Example

White with #B5DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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