Html Css Color HEX #B0DDDA Scandal

📋 copy color: '#B0DDDA'

red 176 ◦ green 221 ◦ blue 218

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

Shades of Scandal #B0DDDA

Tints of Scandal #B0DDDA

RGB

 RED value IS 176 (69.14% from 255) = 28.62%

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

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

R = 28.62%
G = 35.93%
B = 35.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B0DDDA (or 0xB0DDDA) is known color: Scandal. HEX triplet: B0, DD and DA. RGB value is (176,221,218). Sum of RGB (Red+Green+Blue) = 176+221+218=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDDA is #4F2225. Grayscale: #CFCFCF. Windows color (decimal): -5186086 or 14343600. OLE color: 14343600.

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

Color convert

RGB 176 221 218 -
CMYK 0.20 0 0.01 0.13
HSL 176º 0.4% 0.78% -
HSV(B) 176º 0.2% 0.87% -
XYZ 56.42 66 76.1 -
YUV 207.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 176 221 218 0.20 0 0.01 0.13 176 0.4 0.78
Hex B0 DD DA 14 0 1 D B0 28 4E
Octal 260 335 332 24 0 1 15 260 50 116
Binary 10110000 11011101 11011010 10100 0 1 1101 10110000 101000 1001110

Color Harmonies of #B0DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDDA

Black with #B0DDDA

Text Example


Text Example

White with #B0DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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