Html Css Color HEX #B1DCD4 Scandal

📋 copy color: '#B1DCD4'

red 177 ◦ green 220 ◦ blue 212

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

Shades of Scandal #B1DCD4

Tints of Scandal #B1DCD4

RGB

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

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

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

R = 29.06%
G = 36.12%
B = 34.81%

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

#B1DCD4 (or 0xB1DCD4) is known color: Scandal. HEX triplet: B1, DC and D4. RGB value is (177,220,212). Sum of RGB (Red+Green+Blue) = 177+220+212=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCD4 is #4E232B. Grayscale: #CECECE. Windows color (decimal): -5120812 or 13950129. OLE color: 13950129.

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

Color convert

RGB 177 220 212 -
CMYK 0.20 0 0.04 0.14
HSL 168.84º 0.38% 0.78% -
HSV(B) 168.84º 0.2% 0.86% -
XYZ 55.61 65.29 71.96 -
YUV 206.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 177 220 212 0.20 0 0.04 0.14 168.84 0.38 0.78
Hex B1 DC D4 14 0 4 E A9 26 4E
Octal 261 334 324 24 0 4 16 251 46 116
Binary 10110001 11011100 11010100 10100 0 100 1110 10101001 100110 1001110

Color Harmonies of #B1DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCD4

Black with #B1DCD4

Text Example


Text Example

White with #B1DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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