Html Css Color HEX #B1DDD4 Scandal

📋 copy color: '#B1DDD4'

red 177 ◦ green 221 ◦ blue 212

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

Shades of Scandal #B1DDD4

Tints of Scandal #B1DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.75%

R = 29.02%
G = 36.23%
B = 34.75%

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

#B1DDD4 (or 0xB1DDD4) is known color: Scandal. HEX triplet: B1, DD and D4. RGB value is (177,221,212). Sum of RGB (Red+Green+Blue) = 177+221+212=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDD4 is #4E222B. Grayscale: #CECECE. Windows color (decimal): -5120556 or 13950385. OLE color: 13950385.

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

Color convert

RGB 177 221 212 -
CMYK 0.20 0 0.04 0.13
HSL 167.73º 0.39% 0.78% -
HSV(B) 167.73º 0.2% 0.87% -
XYZ 55.87 65.81 72.05 -
YUV 206.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 177 221 212 0.20 0 0.04 0.13 167.73 0.39 0.78
Hex B1 DD D4 14 0 4 D A8 27 4E
Octal 261 335 324 24 0 4 15 250 47 116
Binary 10110001 11011101 11010100 10100 0 100 1101 10101000 100111 1001110

Color Harmonies of #B1DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDD4

Black with #B1DDD4

Text Example


Text Example

White with #B1DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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