#B7D0CC

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

Shades of Scandal #B7D0CC

Tints of Scandal #B7D0CC

Color information

#B7D0CC (or 0xB7D0CC) is unknown color: approx Scandal. HEX triplet: B7, D0 and CC. RGB value is (183,208,204). Sum of RGB (Red+Green+Blue) = 183+208+204=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0CC is #482F33. Grayscale: #C8C8C8. Windows color (decimal): -4730676 or 13422775. OLE color: 13422775.

HSL color Cylindrical-coordinate representation of color #B7D0CC: hue angle of 170.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D0CC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB183208204-
CMYK0.1200.020.18
HSL170.4º21.01%76.67%-
HSV(B)170.4º12.02%81.57%-
XYZ52.9859.5465.83-
YUV200.07130.22115.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.76%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=30.76%
G=34.96%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832082040.1200.020.18170.421.0176.67
HexB7D0CCC0212aa154d
Octal26732031414022225225115
Binary10110111110100001100110011000101001010101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0CC; }

 p { color: rgb(183,208,204); }

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

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

 a { background-color: rgb(183,208,204); }

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

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

 span { border-color: rgb(183,208,204); }

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