#BCCDC1

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

Shades of Nebula #BCCDC1

Tints of Nebula #BCCDC1

Color information

#BCCDC1 (or 0xBCCDC1) is unknown color: approx Nebula. HEX triplet: BC, CD and C1. RGB value is (188,205,193). Sum of RGB (Red+Green+Blue) = 188+205+193=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC1 is #43323E. Grayscale: #C6C6C6. Windows color (decimal): -4403775 or 12701116. OLE color: 12701116.

HSL color Cylindrical-coordinate representation of color #BCCDC1: hue angle of 137.65º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB188205193-
CMYK0.0800.060.20
HSL137.65º14.53%77.06%-
HSV(B)137.65º8.29%80.39%-
XYZ52.258.258.94-
YUV198.55124.87120.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=32.08%
G=34.98%
B=32.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051930.0800.060.20137.6514.5377.06
HexBCCDC1806148af4d
Octal27431530110062421217115
Binary10111100110011011100000110000110101001000101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDC1; }

 p { color: rgb(188,205,193); }

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

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

 a { background-color: rgb(188,205,193); }

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

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

 span { border-color: rgb(188,205,193); }

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