#B8CFCD

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

Shades of Scandal #B8CFCD

Tints of Scandal #B8CFCD

Color information

#B8CFCD (or 0xB8CFCD) is unknown color: approx Scandal. HEX triplet: B8, CF and CD. RGB value is (184,207,205). Sum of RGB (Red+Green+Blue) = 184+207+205=596 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.87% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCD is #473032. Grayscale: #C7C7C7. Windows color (decimal): -4665395 or 13488056. OLE color: 13488056.

HSL color Cylindrical-coordinate representation of color #B8CFCD: hue angle of 174.78º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CFCD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB184207205-
CMYK0.1100.010.19
HSL174.78º19.33%76.67%-
HSV(B)174.78º11.11%81.18%-
XYZ53.159.2266.39-
YUV199.9130.88116.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.87%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=30.87%
G=34.73%
B=34.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842072050.1100.010.19174.7819.3376.67
HexB8CFCDB0113af134d
Octal27031731513012325723115
Binary1011100011001111110011011011011001110101111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFCD; }

 p { color: rgb(184,207,205); }

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

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

 a { background-color: rgb(184,207,205); }

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

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

 span { border-color: rgb(184,207,205); }

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