Html Css Color HEX #B4DDDA Scandal

📋 copy color: '#B4DDDA'

red 180 ◦ green 221 ◦ blue 218

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

Shades of Scandal #B4DDDA

Tints of Scandal #B4DDDA

RGB

 RED value IS 180 (70.7% from 255) = 29.08%

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

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

R = 29.08%
G = 35.7%
B = 35.22%

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

#B4DDDA (or 0xB4DDDA) is known color: Scandal. HEX triplet: B4, DD and DA. RGB value is (180,221,218). Sum of RGB (Red+Green+Blue) = 180+221+218=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDDA is #4B2225. Grayscale: #D0D0D0. Windows color (decimal): -4923942 or 14343604. OLE color: 14343604.

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

Color convert

RGB 180 221 218 -
CMYK 0.19 0 0.01 0.13
HSL 175.61º 0.38% 0.79% -
HSV(B) 175.61º 0.19% 0.87% -
XYZ 57.33 66.48 76.14 -
YUV 208.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 180 221 218 0.19 0 0.01 0.13 175.61 0.38 0.79
Hex B4 DD DA 13 0 1 D B0 26 4F
Octal 264 335 332 23 0 1 15 260 46 117
Binary 10110100 11011101 11011010 10011 0 1 1101 10110000 100110 1001111

Color Harmonies of #B4DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDDA

Black with #B4DDDA

Text Example


Text Example

White with #B4DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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