#B0D6CC

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

Shades of Scandal #B0D6CC

Tints of Scandal #B0D6CC

Color information

#B0D6CC (or 0xB0D6CC) is unknown color: approx Scandal. HEX triplet: B0, D6 and CC. RGB value is (176,214,204). Sum of RGB (Red+Green+Blue) = 176+214+204=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6CC is #4F2933. Grayscale: #C9C9C9. Windows color (decimal): -5187892 or 13424304. OLE color: 13424304.

HSL color Cylindrical-coordinate representation of color #B0D6CC: hue angle of 164.21º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D6CC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB176214204-
CMYK0.1800.050.16
HSL164.21º31.67%76.47%-
HSV(B)164.21º17.76%83.92%-
XYZ52.8561.6866.25-
YUV201.5129.41109.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=29.63%
G=36.03%
B=34.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762142040.1800.050.16164.2131.6776.47
HexB0D6CC120510a4204c
Octal26032631422052024440114
Binary10110000110101101100110010010010110000101001001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D6CC; }

 p { color: rgb(176,214,204); }

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

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

 a { background-color: rgb(176,214,204); }

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

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

 span { border-color: rgb(176,214,204); }

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