Html Css Color HEX #B1DDDB Scandal

📋 copy color: '#B1DDDB'

red 177 ◦ green 221 ◦ blue 219

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

Shades of Scandal #B1DDDB

Tints of Scandal #B1DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

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

R = 28.69%
G = 35.82%
B = 35.49%

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

#B1DDDB (or 0xB1DDDB) is known color: Scandal. HEX triplet: B1, DD and DB. RGB value is (177,221,219). Sum of RGB (Red+Green+Blue) = 177+221+219=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDDB is #4E2224. Grayscale: #CFCFCF. Windows color (decimal): -5120549 or 14409137. OLE color: 14409137.

HSL color Cylindrical-coordinate representation of color #B1DDDB: hue angle of 177.27º degrees, saturation: 0.39, 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 #B1DDDB is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 219 -
CMYK 0.20 0 0.01 0.13
HSL 177.27º 0.39% 0.78% -
HSV(B) 177.27º 0.2% 0.87% -
XYZ 56.77 66.17 76.8 -
YUV 207.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 177 221 219 0.20 0 0.01 0.13 177.27 0.39 0.78
Hex B1 DD DB 14 0 1 D B1 27 4E
Octal 261 335 333 24 0 1 15 261 47 116
Binary 10110001 11011101 11011011 10100 0 1 1101 10110001 100111 1001110

Color Harmonies of #B1DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDDB

Black with #B1DDDB

Text Example


Text Example

White with #B1DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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