Html Css Color HEX #B0DEDB Scandal

📋 copy color: '#B0DEDB'

red 176 ◦ green 222 ◦ blue 219

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

Shades of Scandal #B0DEDB

Tints of Scandal #B0DEDB

RGB

 RED value IS 176 (69.14% from 255) = 28.53%

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

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

R = 28.53%
G = 35.98%
B = 35.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B0DEDB (or 0xB0DEDB) is known color: Scandal. HEX triplet: B0, DE and DB. RGB value is (176,222,219). Sum of RGB (Red+Green+Blue) = 176+222+219=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEDB is #4F2124. Grayscale: #CFCFCF. Windows color (decimal): -5185829 or 14409392. OLE color: 14409392.

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

Color convert

RGB 176 222 219 -
CMYK 0.21 0 0.01 0.13
HSL 176.09º 0.41% 0.78% -
HSV(B) 176.09º 0.21% 0.87% -
XYZ 56.81 66.59 76.88 -
YUV 207.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 176 222 219 0.21 0 0.01 0.13 176.09 0.41 0.78
Hex B0 DE DB 15 0 1 D B0 29 4E
Octal 260 336 333 25 0 1 15 260 51 116
Binary 10110000 11011110 11011011 10101 0 1 1101 10110000 101001 1001110

Color Harmonies of #B0DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEDB

Black with #B0DEDB

Text Example


Text Example

White with #B0DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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