#BCCCC4

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

Shades of Nebula #BCCCC4

Tints of Nebula #BCCCC4

Color information

#BCCCC4 (or 0xBCCCC4) is unknown color: approx Nebula. HEX triplet: BC, CC and C4. RGB value is (188,204,196). Sum of RGB (Red+Green+Blue) = 188+204+196=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC4 is #43333B. Grayscale: #C6C6C6. Windows color (decimal): -4404028 or 12897468. OLE color: 12897468.

HSL color Cylindrical-coordinate representation of color #BCCCC4: hue angle of 150º degrees, saturation: 0.14, 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 #BCCCC4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB188204196-
CMYK0.0800.040.2
HSL150º13.56%76.86%-
HSV(B)150º7.84%80%-
XYZ52.357.8660.64-
YUV198.3126.7120.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=31.97%
G=34.69%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041960.0800.040.215013.5676.86
HexBCCCC48041496e4d
Octal27431430410042422616115
Binary10111100110011001100010010000100101001001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCC4; }

 p { color: rgb(188,204,196); }

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

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

 a { background-color: rgb(188,204,196); }

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

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

 span { border-color: rgb(188,204,196); }

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