Html Css Color HEX #B3DDDA Scandal

📋 copy color: '#B3DDDA'

red 179 ◦ green 221 ◦ blue 218

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

Shades of Scandal #B3DDDA

Tints of Scandal #B3DDDA

RGB

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

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

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

R = 28.96%
G = 35.76%
B = 35.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B3DDDA (or 0xB3DDDA) is known color: Scandal. HEX triplet: B3, DD and DA. RGB value is (179,221,218). Sum of RGB (Red+Green+Blue) = 179+221+218=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDDA is #4C2225. Grayscale: #D0D0D0. Windows color (decimal): -4989478 or 14343603. OLE color: 14343603.

HSL color Cylindrical-coordinate representation of color #B3DDDA: hue angle of 175.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DDDA is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 221 218 -
CMYK 0.19 0 0.01 0.13
HSL 175.71º 0.38% 0.78% -
HSV(B) 175.71º 0.19% 0.87% -
XYZ 57.1 66.36 76.13 -
YUV 208.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 179 221 218 0.19 0 0.01 0.13 175.71 0.38 0.78
Hex B3 DD DA 13 0 1 D B0 26 4E
Octal 263 335 332 23 0 1 15 260 46 116
Binary 10110011 11011101 11011010 10011 0 1 1101 10110000 100110 1001110

Color Harmonies of #B3DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDDA

Black with #B3DDDA

Text Example


Text Example

White with #B3DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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