Html Css Color HEX #B1DEDB Scandal

📋 copy color: '#B1DEDB'

red 177 ◦ green 222 ◦ blue 219

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

Shades of Scandal #B1DEDB

Tints of Scandal #B1DEDB

RGB

 RED value IS 177 (69.53% from 255) = 28.64%

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

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

R = 28.64%
G = 35.92%
B = 35.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B1DEDB (or 0xB1DEDB) is known color: Scandal. HEX triplet: B1, DE and DB. RGB value is (177,222,219). Sum of RGB (Red+Green+Blue) = 177+222+219=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEDB is #4E2124. Grayscale: #D0D0D0. Windows color (decimal): -5120293 or 14409393. OLE color: 14409393.

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

Color convert

RGB 177 222 219 -
CMYK 0.20 0 0.01 0.13
HSL 176º 0.41% 0.78% -
HSV(B) 176º 0.2% 0.87% -
XYZ 57.04 66.7 76.89 -
YUV 208.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 177 222 219 0.20 0 0.01 0.13 176 0.41 0.78
Hex B1 DE DB 14 0 1 D B0 29 4E
Octal 261 336 333 24 0 1 15 260 51 116
Binary 10110001 11011110 11011011 10100 0 1 1101 10110000 101001 1001110

Color Harmonies of #B1DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEDB

Black with #B1DEDB

Text Example


Text Example

White with #B1DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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