Html Css Color HEX #B1DDDA Scandal

📋 copy color: '#B1DDDA'

red 177 ◦ green 221 ◦ blue 218

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

Shades of Scandal #B1DDDA

Tints of Scandal #B1DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 28.73%
G = 35.88%
B = 35.39%

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

#B1DDDA (or 0xB1DDDA) is known color: Scandal. HEX triplet: B1, DD and DA. RGB value is (177,221,218). Sum of RGB (Red+Green+Blue) = 177+221+218=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDDA is #4E2225. Grayscale: #CFCFCF. Windows color (decimal): -5120550 or 14343601. OLE color: 14343601.

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

Color convert

RGB 177 221 218 -
CMYK 0.20 0 0.01 0.13
HSL 175.91º 0.39% 0.78% -
HSV(B) 175.91º 0.2% 0.87% -
XYZ 56.64 66.12 76.11 -
YUV 207.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 177 221 218 0.20 0 0.01 0.13 175.91 0.39 0.78
Hex B1 DD DA 14 0 1 D B0 27 4E
Octal 261 335 332 24 0 1 15 260 47 116
Binary 10110001 11011101 11011010 10100 0 1 1101 10110000 100111 1001110

Color Harmonies of #B1DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDDA

Black with #B1DDDA

Text Example


Text Example

White with #B1DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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