#B0CDC8

Color #B0CDC8 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #B0CDC8

Tints of Scandal #B0CDC8

Color information

#B0CDC8 (or 0xB0CDC8) is unknown color: approx Scandal. HEX triplet: B0, CD and C8. RGB value is (176,205,200). Sum of RGB (Red+Green+Blue) = 176+205+200=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC8 is #4F3237. Grayscale: #C3C3C3. Windows color (decimal): -5190200 or 13159856. OLE color: 13159856.

HSL color Cylindrical-coordinate representation of color #B0CDC8: hue angle of 169.66º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB176205200-
CMYK0.1400.020.20
HSL169.66º22.48%74.71%-
HSV(B)169.66º14.15%80.39%-
XYZ50.1657.0663.01-
YUV195.76130.39113.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=30.29%
G=35.28%
B=34.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762052000.1400.020.20169.6622.4874.71
HexB0CDC8E0214aa164b
Octal26031531016022425226113
Binary10110000110011011100100011100101010010101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDC8; }

 p { color: rgb(176,205,200); }

 H1.HeaderClassName
 {
   color: #B0CDC8;
 }
 .AnyTagClassName
 {
   color: #B0CDC8;
 }
</style>
background-color css

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

 a { background-color: rgb(176,205,200); }

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

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

 span { border-color: rgb(176,205,200); }

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