#B4CCC0

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

Shades of Nebula #B4CCC0

Tints of Nebula #B4CCC0

Color information

#B4CCC0 (or 0xB4CCC0) is unknown color: approx Nebula. HEX triplet: B4, CC and C0. RGB value is (180,204,192). Sum of RGB (Red+Green+Blue) = 180+204+192=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCC0 is #4B333F. Grayscale: #C3C3C3. Windows color (decimal): -4928320 or 12635316. OLE color: 12635316.

HSL color Cylindrical-coordinate representation of color #B4CCC0: hue angle of 150º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CCC0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB180204192-
CMYK0.1200.060.2
HSL150º19.05%75.29%-
HSV(B)150º11.76%80%-
XYZ49.9356.6958.18-
YUV195.46126.05116.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=31.25%
G=35.42%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041920.1200.060.215019.0575.29
HexB4CCC0C061496134b
Octal26431430014062422623113
Binary101101001100110011000000110001101010010010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCC0; }

 p { color: rgb(180,204,192); }

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

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

 a { background-color: rgb(180,204,192); }

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

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

 span { border-color: rgb(180,204,192); }

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