#B3CFBC

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

Shades of Nebula #B3CFBC

Tints of Nebula #B3CFBC

Color information

#B3CFBC (or 0xB3CFBC) is unknown color: approx Nebula. HEX triplet: B3, CF and BC. RGB value is (179,207,188). Sum of RGB (Red+Green+Blue) = 179+207+188=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFBC is #4C3043. Grayscale: #C4C4C4. Windows color (decimal): -4993092 or 12373939. OLE color: 12373939.

HSL color Cylindrical-coordinate representation of color #B3CFBC: hue angle of 139.29º 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 #B3CFBC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB179207188-
CMYK0.1400.090.19
HSL139.29º22.58%75.69%-
HSV(B)139.29º13.53%81.18%-
XYZ49.9857.8456.11-
YUV196.46123.22115.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=31.18%
G=36.06%
B=32.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792071880.1400.090.19139.2922.5875.69
HexB3CFBCE09138b174c
Octal263317274160112321327114
Binary1011001111001111101111001110010011001110001011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFBC; }

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

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

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

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

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

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

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

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