Html Css Color HEX #B3DCD3 Scandal

📋 copy color: '#B3DCD3'

red 179 ◦ green 220 ◦ blue 211

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

Shades of Scandal #B3DCD3

Tints of Scandal #B3DCD3

RGB

 RED value IS 179 (70.31% from 255) = 29.34%

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

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

R = 29.34%
G = 36.07%
B = 34.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B3DCD3 (or 0xB3DCD3) is known color: Scandal. HEX triplet: B3, DC and D3. RGB value is (179,220,211). Sum of RGB (Red+Green+Blue) = 179+220+211=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD3 is #4C232C. Grayscale: #CECECE. Windows color (decimal): -4989741 or 13884595. OLE color: 13884595.

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

Color convert

RGB 179 220 211 -
CMYK 0.19 0 0.04 0.14
HSL 166.83º 0.37% 0.78% -
HSV(B) 166.83º 0.19% 0.86% -
XYZ 55.94 65.47 71.32 -
YUV 206.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 179 220 211 0.19 0 0.04 0.14 166.83 0.37 0.78
Hex B3 DC D3 13 0 4 E A7 25 4E
Octal 263 334 323 23 0 4 16 247 45 116
Binary 10110011 11011100 11010011 10011 0 100 1110 10100111 100101 1001110

Color Harmonies of #B3DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCD3

Black with #B3DCD3

Text Example


Text Example

White with #B3DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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