#B8CECB

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

Shades of Scandal #B8CECB

Tints of Scandal #B8CECB

Color information

#B8CECB (or 0xB8CECB) is unknown color: approx Scandal. HEX triplet: B8, CE and CB. RGB value is (184,206,203). Sum of RGB (Red+Green+Blue) = 184+206+203=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CECB is #473134. Grayscale: #C7C7C7. Windows color (decimal): -4665653 or 13356728. OLE color: 13356728.

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

Color convert

RGB184206203-
CMYK0.1100.010.19
HSL171.82º18.33%76.47%-
HSV(B)171.82º10.68%80.78%-
XYZ52.6258.6465.05-
YUV199.08130.21117.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=31.03%
G=34.74%
B=34.23%

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
Decimal1842062030.1100.010.19171.8218.3376.47
HexB8CECBB0113ac124c
Octal27031631313012325422114
Binary1011100011001110110010111011011001110101100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CECB; }

 p { color: rgb(184,206,203); }

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

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

 a { background-color: rgb(184,206,203); }

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

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

 span { border-color: rgb(184,206,203); }

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