Html Css Color HEX #B1DCD3 Scandal

📋 copy color: '#B1DCD3'

red 177 ◦ green 220 ◦ blue 211

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

Shades of Scandal #B1DCD3

Tints of Scandal #B1DCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.18%

 BLUE value IS 211 (82.81% from 255) = 34.7%

R = 29.11%
G = 36.18%
B = 34.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B1DCD3 (or 0xB1DCD3) is known color: Scandal. HEX triplet: B1, DC and D3. RGB value is (177,220,211). Sum of RGB (Red+Green+Blue) = 177+220+211=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCD3 is #4E232C. Grayscale: #CECECE. Windows color (decimal): -5120813 or 13884593. OLE color: 13884593.

HSL color Cylindrical-coordinate representation of color #B1DCD3: hue angle of 167.44º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCD3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 211 -
CMYK 0.20 0 0.04 0.14
HSL 167.44º 0.38% 0.78% -
HSV(B) 167.44º 0.2% 0.86% -
XYZ 55.48 65.24 71.3 -
YUV 206.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 177 220 211 0.20 0 0.04 0.14 167.44 0.38 0.78
Hex B1 DC D3 14 0 4 E A7 26 4E
Octal 261 334 323 24 0 4 16 247 46 116
Binary 10110001 11011100 11010011 10100 0 100 1110 10100111 100110 1001110

Color Harmonies of #B1DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCD3

Black with #B1DCD3

Text Example


Text Example

White with #B1DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCD3; }

 p { color: rgb(177,220,211); }

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

background-color css

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

 a { background-color: rgb(177,220,211); }

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

border-color css

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

 span { border-color: rgb(177,220,211); }

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