#B3CFCB

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

Shades of Scandal #B3CFCB

Tints of Scandal #B3CFCB

Color information

#B3CFCB (or 0xB3CFCB) is unknown color: approx Scandal. HEX triplet: B3, CF and CB. RGB value is (179,207,203). Sum of RGB (Red+Green+Blue) = 179+207+203=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCB is #4C3034. Grayscale: #C6C6C6. Windows color (decimal): -4993077 or 13356979. OLE color: 13356979.

HSL color Cylindrical-coordinate representation of color #B3CFCB: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFCB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB179207203-
CMYK0.1400.020.19
HSL171.43º22.58%75.69%-
HSV(B)171.43º13.53%81.18%-
XYZ51.6858.5265.07-
YUV198.17130.72114.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=30.39%
G=35.14%
B=34.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792072030.1400.020.19171.4322.5875.69
HexB3CFCBE0213ab174c
Octal26331731316022325327114
Binary10110011110011111100101111100101001110101011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFCB; }

 p { color: rgb(179,207,203); }

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

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

 a { background-color: rgb(179,207,203); }

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

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

 span { border-color: rgb(179,207,203); }

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