Html Css Color HEX #B1DDD5 Scandal

📋 copy color: '#B1DDD5'

red 177 ◦ green 221 ◦ blue 213

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

Shades of Scandal #B1DDD5

Tints of Scandal #B1DDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 28.97%
G = 36.17%
B = 34.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B1DDD5 (or 0xB1DDD5) is known color: Scandal. HEX triplet: B1, DD and D5. RGB value is (177,221,213). Sum of RGB (Red+Green+Blue) = 177+221+213=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDD5 is #4E222A. Grayscale: #CECECE. Windows color (decimal): -5120555 or 14015921. OLE color: 14015921.

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

Color convert

RGB 177 221 213 -
CMYK 0.20 0 0.04 0.13
HSL 169.09º 0.39% 0.78% -
HSV(B) 169.09º 0.2% 0.87% -
XYZ 56 65.86 72.71 -
YUV 206.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 177 221 213 0.20 0 0.04 0.13 169.09 0.39 0.78
Hex B1 DD D5 14 0 4 D A9 27 4E
Octal 261 335 325 24 0 4 15 251 47 116
Binary 10110001 11011101 11010101 10100 0 100 1101 10101001 100111 1001110

Color Harmonies of #B1DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDD5

Black with #B1DDD5

Text Example


Text Example

White with #B1DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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