Html Css Color HEX #B3DCD5 Scandal

📋 copy color: '#B3DCD5'

red 179 ◦ green 220 ◦ blue 213

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

Shades of Scandal #B3DCD5

Tints of Scandal #B3DCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.8%

R = 29.25%
G = 35.95%
B = 34.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#B3DCD5 (or 0xB3DCD5) is known color: Scandal. HEX triplet: B3, DC and D5. RGB value is (179,220,213). Sum of RGB (Red+Green+Blue) = 179+220+213=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD5 is #4C232A. Grayscale: #CECECE. Windows color (decimal): -4989739 or 14015667. OLE color: 14015667.

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

Color convert

RGB 179 220 213 -
CMYK 0.19 0 0.03 0.14
HSL 169.76º 0.37% 0.78% -
HSV(B) 169.76º 0.19% 0.86% -
XYZ 56.19 65.57 72.65 -
YUV 206.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 179 220 213 0.19 0 0.03 0.14 169.76 0.37 0.78
Hex B3 DC D5 13 0 3 E AA 25 4E
Octal 263 334 325 23 0 3 16 252 45 116
Binary 10110011 11011100 11010101 10011 0 11 1110 10101010 100101 1001110

Color Harmonies of #B3DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCD5

Black with #B3DCD5

Text Example


Text Example

White with #B3DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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